Papers with real-world scenarios

300 papers
Unveiling the Deficiencies of Pre-trained Text-and-Layout Models in Real-world Visually-rich Document Information Extraction (2026.findings-eacl)

Copied to clipboard

Challenge: PTLMs have shown remarkable success in multiple information extraction tasks . however, their performance in real-world scenarios falls short of expectations .
Approach: They propose to use an entity-centric dataset to evaluate PTLMs' performance . they find that inadequate annotations in benchmark datasets lead to spurious correlations .
Outcome: The proposed dataset disentangles the falsely-coupled segment and entity annotations that arises from the block-level annotation of FUNSD.
PropGenie: A Multi-Agent Conversational Framework for Real Estate Assistance (2026.eacl-demo)

Copied to clipboard

Challenge: PropGenie is a multi-agent framework based on large language models (LLMs) it provides comprehensive real estate assistance in real-world scenarios .
Approach: They propose a multi-agent framework based on large language models to deliver comprehensive real estate assistance in real-world scenarios.
Outcome: The proposed framework outperforms a general-purpose LLM and a domain-specific chatbot in real-world scenarios.
ToolEyes: Fine-Grained Evaluation for Tool Learning Capabilities of Large Language Models in Real-world Scenarios (2025.coling-main)

Copied to clipboard

Challenge: Existing evaluations of tool learning focus on validation of tools for large language models with expected outcomes, but this focus ignores the complex capabilities required for LLMs to effectively use tools.
Approach: They propose a fine-grained system for evaluation of large language models’ tool learning capabilities in authentic scenarios.
Outcome: The proposed system examines seven real-world scenarios, analyzing five dimensions crucial to LLMs in tool learning: format alignment, intent comprehension, behavior planning, tool selection, and answer organization.
BullStop: A Mobile App for Cyberbullying Prevention (2020.coling-demos)

Copied to clipboard

Challenge: Existing tools to combat cyberbullying mostly use wordlists or lack flexibility to cope with the evolving nature of social media.
Approach: BullStop is a mobile app for detecting and preventing cyberbullying and online abuse on social media platforms.
Outcome: BullStop detects and prevents cyberbullying and online abuse on social media platforms and can automatically initiate actions such as deleting offensive messages and blocking bullies on behalf of the user.
Beyond Accuracy: A Consolidated Tool for Visual Question Answering Benchmarking (2021.emnlp-demo)

Copied to clipboard

Challenge: Existing evaluation tools for general Visual Question Answering (VQA) systems are limited to answering accuracy, but they can be used to evaluate performance in real-world scenarios.
Approach: They propose a browser-based benchmarking tool with an API for easy integration of new models and datasets to keep up with the fast-changing landscape of VQA.
Outcome: The proposed tool tests generalization capabilities of models across multiple datasets and includes metrics that measure biases and uncertainty to further explain model behavior.
Establishing Trustworthiness: Rethinking Tasks and Model Evaluation (2023.emnlp-main)

Copied to clipboard

Challenge: Language understanding is a multi-faceted cognitive capability, which the Natural Language Processing community has striven to model computationally for decades.
Approach: They propose to rethink what constitutes tasks and model evaluation in NLP and pursue a more holistic view on language, placing trustworthiness at the center.
Outcome: The proposed models are based on generative models and are being deployed in more real-world scenarios, including previously unforeseen zero-shot setups.
Toward Diverse Precondition Generation (2021.starsem-1)

Copied to clipboard

Challenge: a typical goal for language understanding is to logically connect the events of a discourse, but connective events are not described due to their commonsense nature.
Approach: They propose a system that generates unique and diverse preconditions by using an event sampler, candidate generator, and post-processor.
Outcome: The proposed system can generate unique and diverse preconditions without training on diverse examples.
NeuralClassifier: An Open-source Neural Hierarchical Multi-label Text Classification Toolkit (P19-3)

Copied to clipboard

Challenge: NeuralClassifier is a toolkit for hierarchical multi-label text classification.
Approach: They propose a toolkit for neural hierarchical multi-label text classification . they use a variety of text encoders to implement the model .
Outcome: The proposed model achieves comparable performance with reported results in the literature.
Label Sleuth: From Unlabeled Text to a Classifier in a Few Hours (2022.emnlp-demos)

Copied to clipboard

Challenge: Label Sleuth is an open source system for labeling and creating text classifiers which does not require coding skills nor machine learning knowledge.
Approach: *Label Sleuth* is an open source system for labeling and creating text classifiers which does not require coding skills nor machine learning knowledge.
Outcome: *Label Sleuth* is an open source system for labeling and creating text classifiers.
Accelerating BERT Inference for Sequence Labeling via Early-Exit (2021.acl-long)

Copied to clipboard

Challenge: Existing early-exit mechanisms are designed for sequence-level tasks, rather than sequence labeling.
Approach: They propose to extend sentence-level early-exit to accelerate inference of PTMs . they propose a token-level mechanism that allows partial tokens to exit early at different layers .
Outcome: The proposed approach can save up to 66%75% inference cost with minimal performance degradation.
Learning Goal-oriented Dialogue Policy with opposite Agent Awareness (2020.aacl-main)

Copied to clipboard

Challenge: Existing approaches for goal-oriented dialogue policy learning focus on the target agent policy and treat the opposite agent policy as part of the environment.
Approach: They propose a framework for policy learning in goal-oriented dialogues that uses the opposite agent's policy estimation to improve the target agent by regarding it as part of the target policy.
Outcome: The proposed framework shows superior performance over state-of-the-art models on cooperative and competitive dialogue tasks.
ViDove: A Translation Agent System with Multimodal Context and Memory-Augmented Reasoning (2025.emnlp-demos)

Copied to clipboard

Challenge: Recent advances in Large Language Models (LLMs) have demonstrated remarkable capabilities in Machine Translation (MT) tasks.
Approach: They propose a translation agent system designed for multimodal input that leverages visual and contextual background information to enhance the translation process.
Outcome: The proposed translation agent achieves significantly higher translation quality in subtitle generation and general translation tasks compared to previous state-of-the-art systems.
Investigating Table-to-Text Generation Capabilities of Large Language Models in Real-World Information Seeking Scenarios (2023.emnlp-industry)

Copied to clipboard

Challenge: Existing table-to-text generation techniques that transform complex tabular data into comprehensible narratives are lacking in real-world applications.
Approach: They investigate the table-to-text capabilities of different LLMs using four datasets within two real-world information seeking scenarios.
Outcome: The proposed models can generate table-to-text data in two real-world information seeking scenarios and perform better than existing models.
Modeling Referential Gaze in Task-oriented Settings of Varying Referential Complexity (2022.findings-aacl)

Copied to clipboard

Challenge: Referential gaze is a fundamental phenomenon for psycholinguistics and human-human communication.
Approach: They propose a multimodal NLP task to predict when the gaze is referential . they train a sequential attention-based LSTM model and a transformer encoder architecture to model referential gaze and transfer gaze features to unseen situated settings .
Outcome: The proposed model can be applied to situations with different referential complexities . the proposed model is based on an attention-based LSTM model and a multivariate transformer encoder architecture .
Tab-CQA: A Tabular Conversational Question Answering Dataset on Financial Reports (2023.acl-industry)

Copied to clipboard

Challenge: Existing conversational question answering datasets are usually constructed from unstructured texts in English.
Approach: They propose a Chinese tabular conversational question answering dataset based on financial reports . they select 2,463 tables and manually generate 2,463, conversations with 35,494 QA pairs .
Outcome: The proposed dataset is based on Chinese financial reports extracted from listed companies in the past 30 years.
Mixture of Heterogeneous Grouped Experts for Language Modeling (2026.acl-industry)

Copied to clipboard

Challenge: Large Language Models (LLMs) based on Mixture-of-Experts (MoE) enforce uniform expert sizes, creating a rigidity that fails to align computational costs with varying token-level complexity.
Approach: They propose a mixture of heterogeneous grouped experts (MoHGE) that allows for flexible, resource-aware expert combinations.
Outcome: The proposed model matches the performance of existing Mixture-of-Experts architectures while maintaining balanced GPU utilization.
Navigating the Path of Writing: Outline-guided Text Generation with Large Language Models (2025.naacl-industry)

Copied to clipboard

Challenge: Large Language Models (LLMs) have impacted the writing process, enhancing productivity by collaborating with humans in content creation platforms.
Approach: They propose a framework that uses explicit outlines to guide LLMs in generating goal-oriented, high-quality text.
Outcome: The proposed approach significantly improves text quality according to evaluations by LLMs and professional writers.
AutoRE: Document-Level Relation Extraction with Large Language Models (2024.acl-demos)

Copied to clipboard

Challenge: Existing methods for relation extraction are limited to Sentence-level Relation Extraction (SentRE) tasks.
Approach: They propose an end-to-end DocRE model that adopts a novel RE extraction paradigm named RHF (Relation-Head-Facts) Unlike existing approaches, AutoRE does not rely on the assumption of known relation options, making it more reflective of real-world scenarios.
Outcome: The proposed model surpasses TAG by 10.03% and 9.03% on the dev and test set.
BMInf: An Efficient Toolkit for Big Model Inference and Tuning (2022.acl-demo)

Copied to clipboard

Challenge: Recent years, pre-trained language models (PLMs) have achieved promising results on various NLP tasks.
Approach: They propose an open-source toolkit for big model inference and tuning which can support big model tuning at extremely low computation cost.
Outcome: The proposed toolkit can support big model inference and tuning at extremely low computation cost.
Fréchet Distance for Offline Evaluation of Information Retrieval Systems with Sparse Labels (2024.eacl-long)

Copied to clipboard

Challenge: Obtaining high-quality labeled data that accurately represents complexity of real-world scenarios can be expensive, time-consuming, or even impractical.
Approach: They propose to use Fréchet Inception Distance to measure distance between judged items and retrieved results.
Outcome: The proposed method improves on a MS MARCO dataset and TREC Deep Learning Tracks query sets.
Understanding Points of Correspondence between Sentences for Abstractive Summarization (2020.acl-srw)

Copied to clipboard

Challenge: Using points of correspondence, fusion systems are difficult for abstractive summarizers because of their complexity.
Approach: They propose to model points of correspondence between disparate sentences by combining documents, source and fusion sentences, and human annotations of points of correspondance between sentences.
Outcome: The proposed model bridges the gap between coreference resolution and summarization by using human annotations of points of correspondence between sentences.
OpenT2T: An Open-Source Toolkit for Table-to-Text Generation (2024.emnlp-demo)

Copied to clipboard

Challenge: Existing methods for table-to-text generation are limited and benchmarked on a limited number of datasets.
Approach: They propose to use open-source tools to reproduce existing large language models for performance comparison and expedite the development of new models.
Outcome: The proposed toolkit compares existing large language models on 9 table-to-text generation datasets and maintains a leaderboard to provide insights for future work.
ORANGE: Text-video Retrieval via Watch-time-aware Heterogeneous Graph Contrastive Learning (2023.emnlp-industry)

Copied to clipboard

Challenge: Existing methods for text-video retrieval focus on informative representations and delicate matching mechanisms, but real-world scenarios often involve brief, ambiguous queries and low-quality videos.
Approach: They propose a novel method to learn informative embeddings for queries and videos . they use a watch-time-aware contrastive learning paradigm to capture dependencies .
Outcome: The proposed method is effective in a real-world video-search service.
What Do Users Care About? Detecting Actionable Insights from User Feedback (2022.naacl-industry)

Copied to clipboard

Challenge: a large amount of data can be used to extract actionable insights from user feedback . however, the data is unstructured and voluminous, and is underutilized for most users .
Approach: They propose an unsupervised method for finding actionable insights from user feedback . they cluster data into groups containing coherent insights, followed by theme detection .
Outcome: The proposed approach outperforms baselines on two real-world user feedback datasets and one academic dataset.
MedAgents: Large Language Models as Collaborators for Zero-shot Medical Reasoning (2024.findings-acl)

Copied to clipboard

Challenge: Large language models face unique challenges such as domain-specific terminologies and reasoning over specialized knowledge.
Approach: They propose a multi-disciplinary collaboration framework that leverages LLM-based agents in a role-playing setting.
Outcome: The proposed framework excels at mining and harnessing medical expertise within LLMs, as well as extending its reasoning abilities.
KaFSP: Knowledge-Aware Fuzzy Semantic Parsing for Conversational Question Answering over a Large-Scale Knowledge Base (2022.acl-long)

Copied to clipboard

Challenge: Existing semantic parsing frameworks for conversational question answering do not handle uncertain reasoning . qa over large knowledge bases has attracted broad interest due to the popularity of intelligent virtual assistants .
Approach: They propose a fuzzy semantic parsing framework that defines fuzzy comparison operations in grammar for uncertain reasoning based on fuzzy set theory.
Outcome: The proposed framework achieves significant improvements over state-of-the-art models on a large-scale conversational question answering benchmark.
Large Language Models can Share Images, Too! (2024.findings-acl)

Copied to clipboard

Challenge: Using a zero-shot prompting, large language models can be used to share images in a multi-tasking environment.
Approach: They introduce a dataset that includes enriched annotations and a framework to evaluate LLMs.
Outcome: The proposed framework unlocks image-sharing capability of LLMs in zero-shot prompting, with ChatGPT achieving the best performance.
Linguistic Rules-Based Corpus Generation for Native Chinese Grammatical Error Correction (2022.findings-emnlp)

Copied to clipboard

Challenge: Chinese Grammatical Error Correction (CGEC) is a challenging NLP task and a common application in human daily life.
Approach: They propose a linguistic rules-based approach to construct large-scale CGEC training corpora with automatically generated grammatical errors.
Outcome: The proposed method improves performance of existing CGEC models and the benchmark is excellent resource for further development.
Beyond Literal Descriptions: Understanding and Locating Open-World Objects Aligned with Human Intentions (2024.findings-acl)

Copied to clipboard

Challenge: Existing methods for visual grounding rely on the assumption that the given expression must be literal . this impedes the practical deployment of agents in real-world scenarios.
Approach: They propose a visual grounding task that uses intention expressions to locate foreground entities . they build a large-scale IVG dataset with free-form intention expression to promote VG .
Outcome: The proposed method is based on a large-scale intention-driven visual-language (V-L) dataset with free-form intention expressions.
Distilling Multilingual Transformers into CNNs for Scalable Intent Classification (2022.emnlp-industry)

Copied to clipboard

Challenge: Existing multilingual models for voice assistants are limited by their prohibitive inference time and limited performance.
Approach: They propose to distill and deploy multilingual Transformer models for voice assistants using a teacher-student framework that uses teacher-trained models to supervise student model training.
Outcome: The proposed model outperforms a teacher model trained on unlabelled data and achieves equivalent performance.
EASYTOOL: Enhancing LLM-based Agents with Concise Tool Instruction (2025.naacl-long)

Copied to clipboard

Challenge: EASYTOOL combines tools from diverse tool documentation into a single tool instruction.
Approach: They propose a framework that transforms tool documentation into a unified tool instruction.
Outcome: EASYTOOL combines extensive tool documentation into a concise tool instruction . it reduces token consumption and improves performance of LLM-based agents .
SweEval: Do LLMs Really Swear? A Safety Benchmark for Testing Limits for Enterprise Use (2025.naacl-industry)

Copied to clipboard

Challenge: Large Language Models (LLMs) are increasingly being used for communication tasks across different regions.
Approach: They propose a benchmark to evaluate whether Large Language Models are ethically aligned and can be used in real-world situations.
Outcome: The proposed benchmark evaluates whether LLMs comply with or resist swearing instructions and assesses their alignment with ethical frameworks, cultural nuances, and language comprehension capabilities.
Overcome Noise and Bias: Segmentation-Aided Multi-Granularity Denoising and Debiasing for Enhanced Quarduples Extraction in Dialogue (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for generating sentiment quadruples in dialogues face heightened noise and order bias challenges, leading to decreased robustness and accuracy.
Approach: They propose a Segmentation-Aided multi-grained denoising and debiasing method to address noise and order bias challenges in ABSA.
Outcome: The proposed method achieves word-level denoising and utterance-level demoising via topic-aware dialogue segmentation.
Domain-Agnostic Neural Architecture for Class Incremental Continual Learning in Document Processing Platform (2023.acl-industry)

Copied to clipboard

Challenge: Recent methods with stochastic gradient learning struggle in streaming data setups and are restricted to specific domains.
Approach: They propose a fully differentiable architecture that enables the training of high-performance classifiers when examples from each class are presented separately.
Outcome: The proposed architecture achieves SOTA results without a memory buffer and clearly outperforms the reference methods.
Distinguish Sense from Nonsense: Out-of-Scope Detection for Virtual Assistants (2022.emnlp-industry)

Copied to clipboard

Challenge: Out of Scope (OOS) detection is a problem with chatbots that cannot make sense of a query . a real-world solution to this problem is to identify out-of-domain queries .
Approach: They propose a simple yet effective OOS detection method that outperforms standard methods . they propose analyzing data from an enterprise virtual assistant platform to test the method .
Outcome: The proposed method outperforms standard OOS detection methods in a real-world deployment of virtual assistants.
SELF-PERCEPT: Introspection Improves Large Language Models’ Detection of Multi-Person Mental Manipulation in Conversations (2025.acl-short)

Copied to clipboard

Challenge: Mental manipulation is subtle yet pervasive form of abuse in interpersonal communication, making its detection critical for safeguarding potential victims.
Approach: They propose a dataset of 220 multi-turn, multi-person dialogues balanced between manipulative and non-manipulative interactions drawn from reality shows that mimic real-life scenarios.
Outcome: The proposed framework shows that it can detect multi-person, multi-turn mental manipulation in multi-people conversations.
An Exploratory Analysis of Multilingual Word-Level Quality Estimation with Cross-Lingual Transformers (2021.acl-short)

Copied to clipboard

Challenge: Existing word-level quality estimation models require labelled data for each language pair and expensive maintenance.
Approach: They propose to use multilingual QE models to generalise across languages . they propose to train models on other language pairs to predict word-level quality .
Outcome: The proposed models generalise well across languages, making them more useful in real-world scenarios.
Joint Multiple Intent Detection and Slot Labeling for Goal-Oriented Dialog (N19-1)

Copied to clipboard

Challenge: Neural network models have gained traction for sentence-level intent classification and token-based slot-label identification.
Approach: They propose a neural network model that performs multi-label classification for identifying multiple intents and produces token-based slot-l labels at the token-level.
Outcome: The proposed model provides a small but statistically significant improvement on the ATIS dataset and 55% accuracy improvement on an internal multi-intent dataset.
VALU: A Benchmark for Video Anomaly Temporal Localization and Understanding at Multiple Semantic Levels (2026.acl-long)

Copied to clipboard

Challenge: Recent advances in Video Large Language Models (Video-LLMs) enhance the ability of VAU models to describe and interpret anomalies.
Approach: They propose a benchmark that explicitly defines anomalies across five semantic levels and provides detailed temporal boundaries and detailed textual descriptions for each.
Outcome: The proposed benchmark defines anomalies across five semantic levels and provides detailed descriptions for each.
Exploring Backdoor Vulnerabilities of Chat Models (2025.coling-main)

Copied to clipboard

Challenge: Recent studies show that Large Language Models (LLMs) are susceptible to a security threat known as Backdoor Attack.
Approach: They propose a backdoor attack method that distributes trigger scenarios across user inputs in different rounds and makes the backdoor be triggered only when all trigger scenarios have appeared in the historical conversations.
Outcome: The proposed method achieves high attack success rates on chat models while maintaining normal capabilities on providing helpful responses to benign user requests.
A Hassle-free Algorithm for Strong Differential Privacy in Federated Learning Systems (2024.emnlp-industry)

Copied to clipboard

Challenge: Differential privacy (DP) and federated learning (FL) are used for language models training in production mobile keyboard applications.
Approach: They propose a variant of DP-FTRL that uses a correlated noise mechanism to train on-device language models.
Outcome: The proposed method improves privacy-utility trade-off and memory efficiency over existing FL methods while simplifying usage requirements and reducing memory.
Attacker’s Noise Can Manipulate Your Audio-based LLM in the Real World (2026.eacl-long)

Copied to clipboard

Challenge: a recent study examines the real-world vulnerabilities of audio-based large language models such as Qwen2 . despite their impressive capabilities, large language model's are susceptible to various security exploits .
Approach: They investigate the real-world vulnerabilities of audio-based large language models . they show that an adversary can craft stealthy audio perturbations to manipulate ALLMs .
Outcome: The proposed attacks can be adapted to real-world scenarios and impact innocent users . the proposed attacks are scalable and can be exploited in real-time .
ViGPTQA - State-of-the-Art LLMs for Vietnamese Question Answering: System Overview, Core Models Training, and Evaluations (2023.emnlp-industry)

Copied to clipboard

Challenge: Large language models (LLMs) and their applications in low-resource languages are limited due to lack of training data and benchmarking datasets.
Approach: They propose a question-response system for Vietnamese that uses LLMs . they propose to open-source the model and train it on benchmark datasets based on Vietnamese data .
Outcome: The proposed question answering system for Vietnamese is open-source and performant . it can learn and capture human-like text, but there is a gap in evaluations for Vietnamese .
What’s Not Said Still Hurts: A Description-Based Evaluation Framework for Measuring Social Bias in LLMs (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing benchmarks evaluate bias by term-based mode, but they fail to capture hidden biases in nuanced settings.
Approach: They propose a dataset to assess bias at the semantic level that bias concepts are hidden within naturalistic, subtly framed contexts in real-world scenarios.
Outcome: The proposed dataset shows that models reduce bias in response at term level, but reinforce bias in nuanced settings.
On Robustness of Prompt-based Semantic Parsing with Large Pre-trained Language Model: An Empirical Study on Codex (2023.eacl-main)

Copied to clipboard

Challenge: Existing techniques for parsing natural-language utterances are vulnerable to adversarial attacks, requiring large amounts of labelled data and expensive human annotation.
Approach: They propose to enhance the adversarial robustness of a prompt-based semantic parser based on a language model trained on code by constructing a set of demonstration examples.
Outcome: The proposed method can be enhanced without significant amounts of labelled data or expensive human annotations on in-domain semantic parsing data.
Vocabulary Matters: A Simple yet Effective Approach to Paragraph-level Question Generation (2020.aacl-main)

Copied to clipboard

Challenge: Current neural network-based questions generation techniques take only one or two sentences as input.
Approach: They propose a simple yet effective technique for question generation from paragraphs . they augment a sequence-to-sequence QG model with dynamic, paragraph-specific dictionary .
Outcome: The proposed model outperforms state-of-the-art systems in question generation from paragraphs in automatic and human evaluation.
Contrastive Out-of-Distribution Detection for Pretrained Transformers (2021.emnlp-main)

Copied to clipboard

Challenge: Pretrained Transformers achieve remarkable performance when training and test data are from the same distribution, but in real-world scenarios, out-of-distribution instances can cause semantic shift problems.
Approach: They propose to fine-tune the Transformers with a contrastive loss, which improves the compactness of representations, and to use the Mahalanobis distance in the model's penultimate layer to detect OOD instances.
Outcome: The proposed method outperforms baselines in the real-world and achieves near-perfect OOD detection performance.
Efficient and Versatile Model for Multilingual Information Retrieval of Islamic Text: Development and Deployment in Real-World Scenarios (2025.emnlp-industry)

Copied to clipboard

Challenge: Despite recent advances in multilingual information retrieval, a significant gap remains between research efforts and real-world deployment.
Approach: They propose to use Quranic multilingual corpus to develop an ad-hoc IR system that can satisfy users’ information needs in multiple languages.
Outcome: The proposed model achieves promising results across diverse retrieval scenarios.
Selecting Key Views for Zero-Shot Entity Linking (2023.findings-emnlp)

Copied to clipboard

Challenge: Entity linking is a task of assigning ambiguous mentions in textual input to entities in knowledge bases.
Approach: They propose a framework to align mentions in text to entities in knowledge bases . they use unsupervised clustering to select key views from descriptions .
Outcome: The proposed framework achieves state-of-the-art on the zero-shot entity linking dataset.
Robust Prompt Optimization for Large Language Models Against Distribution Shifts (2023.emnlp-main)

Copied to clipboard

Challenge: Existing research has explored automatic prompt optimization methods to eliminate manual effort in identifying effective prompts for a given task.
Approach: They propose a framework for prompt optimization that can be generalized to an unlabeled target group.
Outcome: The proposed framework improves on target group and source group while generalizing to unlabeled target group.
Emotion-Cause Pair Extraction: A New Task to Emotion Analysis in Texts (P19-1)

Copied to clipboard

Challenge: Emotion cause extraction (ECE) aims at extracting potential causes behind certain emotions in text.
Approach: They propose a 2-step task to extract potential pairs of emotions and corresponding causes in a document.
Outcome: The proposed task is based on a benchmark emotion cause corpus.
DAWN-ICL: Strategic Planning of Problem-solving Trajectories for Zero-Shot In-Context Learning (2025.naacl-long)

Copied to clipboard

Challenge: Existing methods to conduct in-context learning without using human-annotated demonstrations are unreliable and lead to error accumulation.
Approach: They propose a method to conduct in-context learning without using human-annotated demonstrations.
Outcome: The proposed method outperforms existing methods using human-annotated demonstrations.
Dolphin: A Challenging and Diverse Benchmark for Arabic NLG (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing benchmarks for Arabic are limited, but they can be used to measure performance of different languages.
Approach: They propose a benchmark for Arabic that addresses the need for a framework dedicated to Arabic languages and varieties.
Outcome: The proposed benchmark covers 13 different tasks in Arabic and spans 50 test splits.
MMSearch-R1: Incentivizing LMMs to Search (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to deploying large multimodal models rely on rigid pipelines . Existing methods such as retrieval-augmented generation and prompt engineered search rely only on rigid knowledge sources.
Approach: They propose a framework that enables LMMs to perform on-demand, multi-turn search in real-world Internet environments.
Outcome: The proposed model outperforms existing models while reducing search calls by over 30%.
Learning Low-dimensional Multi-domain Knowledge Graph Embedding via Dual Archimedean Spirals (2024.findings-acl)

Copied to clipboard

Challenge: Existing knowledge graph embedding methods make domain constraints on embeddable domains, leading to poor performance.
Approach: They propose a low-dimensional KGE model for multi-domain knowledge graphs that embeds domains and domains by regularization function.
Outcome: The proposed model can distinguish entities from domains by encoding the same relation on the same archimedean spiral.
Scaling Down, Serving Fast: Compressing and Deploying Efficient LLMs for Recommendation Systems (2025.emnlp-industry)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated remarkable performance across a wide range of industrial applications.
Approach: They propose two techniques for training and deploying small language models that deliver high performance for a variety of industry use cases.
Outcome: The proposed techniques retain much of the quality of larger models while reducing training/serving costs and latency.
ToolSword: Unveiling Safety Issues of Large Language Models in Tool Learning Across Three Stages (2024.acl-long)

Copied to clipboard

Challenge: Existing research focuses on enhancing LLMs capabilities through tool utilization.
Approach: They propose a framework to investigate safety issues in large language models in tool learning . they propose malicious queries and jailbreak attacks in the input stage .
Outcome: The proposed framework investigates six safety scenarios for LLMs in tool learning . the data will be released upon acceptance of the proposed framework .
Measuring Sycophancy of Language Models in Multi-turn Dialogues (2025.findings-emnlp)

Copied to clipboard

Challenge: Prior research on sycophancy has focused on single-turn factual correctness, overlooking the dynamics of real-world interactions.
Approach: They propose a new evaluation suite that assesses sycophantic behavior in multi-turn, free-form conversational settings.
Outcome: The proposed evaluation suite measures how quickly a model conforms to the user and how frequently it shifts its stance under sustained user pressure.
One-for-All Pruning: A Universal Model for Customized Compression of Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing pruning methods for large language models (LLMs) focus on achieving high compression rates while maintaining model performance.
Approach: They propose a Univeral Model for Customized Compression (UniCuCo) which introduces a StratNet that learns to map arbitrary requests to their optimal pruning strategy.
Outcome: The proposed model is 28 times faster than baselines in processing 64 requests, while maintaining comparable accuracy to baselines.
OpenGraph: Towards Open Graph Foundation Models (2024.findings-emnlp)

Copied to clipboard

Challenge: Graph Neural Networks (GNNs) have emerged as promising techniques for encoding structural information and improving performance in tasks like link prediction and node classification.
Approach: They propose a graph foundation model that generalizes to unseen graph data with different properties.
Outcome: The proposed model achieves remarkable zero-shot graph learning performance across various settings.
ICXML: An In-Context Learning Framework for Zero-Shot Extreme Multi-Label Classification (2024.findings-naacl)

Copied to clipboard

Challenge: Existing research has focused on fully supervised XMC, but real-world scenarios often lack supervision signals, highlighting the importance of zero-shot settings.
Approach: They propose a framework that generates a set of candidate labels through in-context learning and then reranks them.
Outcome: The proposed framework advances state-of-the-art on two diverse public benchmarks.
The Devil is in the Details: On the Pitfalls of Vocabulary Selection in Neural Machine Translation (2022.naacl-main)

Copied to clipboard

Challenge: Neural Machine Translation models can be optimized to improve latency by constraining the set of output words . lexical shortlisting fails to select the right set of input words for semantically non-compositional phenomena such as idiomatic expressions.
Approach: They propose a model of vocabulary selection that constrains the set of allowed output words . they propose to increase the size of the allowed set to restore translation quality .
Outcome: The proposed model restores translation quality of an unconstrained system, as measured by human evaluations on WMT newstest2020 and idiomatic expressions, at an inference latency competitive with alignment-based selection using aggressive thresholds.
Reusing Transferable Weight Increments for Low-resource Style Generation (2024.emnlp-main)

Copied to clipboard

Challenge: Text style transfer (TST) is crucial in natural language processing, aiming to endow text with a new style without altering its meaning.
Approach: They propose a framework to use style features in weight increments to transfer low-resource styles effectively.
Outcome: The proposed framework achieves remarkable performance across different backbones, achieving particularly effective results in low-resource scenarios.
Multi-Conditional Ranking with Large Language Models (2025.naacl-long)

Copied to clipboard

Challenge: Existing approaches to rank documents using large language models are limited by the complexity of the items and conditions.
Approach: They propose a novel decomposed reasoning method to evaluate multi-conditional ranking across various item types and conditions to overcome this limitation.
Outcome: The proposed method improves LLMs performance 14.4% over existing methods.
Few-Shot Dialogue Summarization via Skeleton-Assisted Prompt Transfer in Prompt Tuning (2024.eacl-long)

Copied to clipboard

Challenge: Existing prompt transfer techniques lack consideration for dialogue-specific information.
Approach: They propose a method which leverages skeleton generation as extra supervision that functions as a medium connecting the distinct source and target task.
Outcome: The proposed method significantly outperforms baselines on two dialogue summarization benchmarks.
Generalizing Conversational Dense Retrieval via LLM-Cognition Data Augmentation (2024.acl-long)

Copied to clipboard

Challenge: Existing conversational dense retrieval models view a conversation as a fixed sequence of questions and responses, and these alternate conversations are unrecorded.
Approach: They propose a framework for generalizing Conversational dense retrieval via LLM-cognition data Augmentation (ConvAug) they first generate multi-level augmented conversations to capture the diverse nature of conversational contexts.
Outcome: The proposed framework generalizes Conversational dense retrieval via LLM-cognition data Augmentation on four public datasets.
Defeating Cerberus: Privacy-Leakage Mitigation in Vision Language Models (2026.findings-eacl)

Copied to clipboard

Challenge: Existing models that process multiple modalities of data have been used for multimodal tasks, but their advanced capabilities raise privacy concerns.
Approach: They propose a method to modify the model’s internal states associated with PII-related content and to reduce the risk of PI I leakage by modifying the model's internal state.
Outcome: The proposed method achieves on average 93.3% refusal rate for various PII-related tasks with minimal impact on unrelated model performances.
WaterSeeker: Pioneering Efficient Detection of Watermarked Segments in Large Documents (2025.findings-naacl)

Copied to clipboard

Challenge: Existing methods focus on distinguishing fully watermarked text from non-watermarked text, overlooking real-world scenarios where LLMs generate only brief segments within longer documents.
Approach: They propose a method to detect watermarked segments in large documents using an anomaly extraction method and a local traversal.
Outcome: The proposed method achieves a superior balance between detection accuracy and computational efficiency.
Stress-testing Machine Generated Text Detection: Shifting Language Models Writing Style to Fool Detectors (2025.findings-acl)

Copied to clipboard

Challenge: Recent advances in Generative AI and Large Language Models (LLMs) have enabled the creation of highly realistic synthetic content, raising concerns about the potential for malicious use, such as misinformation and manipulation.
Approach: They evaluate the resilience of state-of-the-art MGT detectors to linguistically informed adversarial attacks by using Direct Preference Optimization to shift the MGT style toward human-written text.
Outcome: The proposed pipeline fine-tunes language models to shift the MGT style toward human-written text (HWT) it obtains generations more challenging to detect by current models, and shows that detectors can be easily fooled with relatively few examples, resulting in a significant drop in detecting performances.
Learning Confidence for Transformer-based Neural Machine Translation (2022.acl-long)

Copied to clipboard

Challenge: A well-calibrated confidence estimate is not sufficient for neural machine translation (NMT) where probabilities from softmax distribution fail to describe when the model is probably mistaken.
Approach: They propose an unsupervised confidence estimate learning jointly with the training of a neural machine translation model to quantify confidence.
Outcome: The proposed model outperforms standard label smoothing and can predict failures in two real-world scenarios.
Beyond Triplet: Leveraging the Most Data for Multimodal Machine Translation (2023.findings-acl)

Copied to clipboard

Challenge: Multimodal machine translation (MMT) aims to improve translation quality by incorporating information from other modalities, such as vision.
Approach: They propose a framework for multimodal machine translation that utilizes large-scale non-triple data and a multimodal translation dataset.
Outcome: The proposed method can significantly improve translation performance with more non-triple data.
DRIVINGVQA: A Dataset for Interleaved Visual Chain-of-Thought in Real-World Driving Scenarios (2026.findings-eacl)

Copied to clipboard

Challenge: Chain-of-thought (CoT) prompting is a prompting strategy that improves reasoning in large language models, but its effectiveness in vision-language models remains limited due to over-reliance on textual cues and memorized knowledge.
Approach: They propose a visual question-answering dataset derived from driving theory exams that incorporates textual explanations with visual tokens extracted from entities relevant to the reasoning process.
Outcome: The proposed approach outperforms chain-of-thought prompting in large language models and vision-language models in real-world scenarios.
Measuring Your ASTE Models in The Wild: A Diversified Multi-domain Dataset For Aspect Sentiment Triplet Extraction (2023.findings-acl)

Copied to clipboard

Challenge: Existing ASTE datasets are limited in their ability to represent real-world scenarios, hindering progress in this area.
Approach: They propose a new ASTE dataset that is manually annotated to better fit real-world scenarios by providing more diverse and realistic reviews.
Outcome: The proposed dataset is manually annotated to better fit real-world scenarios.
Learn and Review: Enhancing Continual Named Entity Recognition via Reviewing Synthetic Samples (2022.findings-acl)

Copied to clipboard

Challenge: Existing methods for named entity recognition classify mentions into fixed set of predefined entity types but in many real-world scenarios, new entity types are incrementally involved.
Approach: They propose a two-stage framework Learn-and-Review for continual named entity recognition to alleviate inter-type confusion.
Outcome: The proposed framework outperforms the state-of-the-art method on CoNLL-03 and OntoNotes-5.0.
RedOne: Revealing Domain-specific LLM Post-Training in Social Networking Services (2025.emnlp-industry)

Copied to clipboard

Challenge: Social networking services (SNS) have experienced rapid growth, which has proposed significant challenges for platform content management and interaction quality improvement.
Approach: They propose a domain-specific LLM to break the performance bottleneck of single-task baselines and establish a comprehensive foundation for social networking services.
Outcome: The proposed model achieves an average improvement of 14.02% across 8 major tasks and 7.56% in bilingual evaluation benchmark, compared with baseline models.
Probing-RAG: Self-Probing to Guide Language Models in Selective Document Retrieval (2025.findings-naacl)

Copied to clipboard

Challenge: Existing methods to optimize retrieve-and-generate processes for real-world scenarios may not be optimal for large language models.
Approach: They propose a Probing-RAG which utilizes hidden state representations from the intermediate layers of language models to adaptively determine the necessity of additional retrievals for a given query.
Outcome: The proposed method outperforms previous methods while reducing the number of redundant retrieval steps.
An Accurate Unsupervised Method for Joint Entity Alignment and Dangling Entity Detection (2022.findings-acl)

Copied to clipboard

Challenge: Existing methods for knowledge graph integration lack dangling entities that can be manually extracted.
Approach: They propose a Unsupervised method for joint Entity alignment and Dangling entity detection that uses literal semantic information to generate pseudo entity pairs and globally guided alignment information for EA.
Outcome: The proposed method outperforms state-of-the-art methods in the EA and DED tasks and achieves comparable results without supervision.
Are You for Real? Detecting Identity Fraud via Dialogue Interactions (D19-1)

Copied to clipboard

Challenge: Existing methods to detect identity fraud are prone to errors and are not based on real data.
Approach: They propose to use a KG constructor and structured dialogue management to detect identity fraud in loan applications to generate questions based on personal information.
Outcome: The proposed system can detect fraudsters and achieve higher recognition accuracy compared with rule-based systems.
Tailoring Memory Granularity for Multi-Hop Reasoning over Long Contexts (2026.findings-eacl)

Copied to clipboard

Challenge: Extensive experiments on long-context multi-hop question answering benchmarks show TAG achieves state-of-the-art performance.
Approach: They propose a framework that prestructures memory into diverse granularities and employs a reward-guided navigator to adaptively compose hybrid memory tailored to each query.
Outcome: Experiments on long-context multi-hop question answering show that the framework achieves state-of-the-art performance.
Domain-specific Attention with Distributional Signatures for Multi-Domain End-to-end Task-Oriented Dialogue (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods to construct multi-domain task-oriented dialogue systems are difficult to extend to new domains due to high cost of data annotation and scarcity of labeled dialogue data.
Approach: They propose a domain attention module that uses distributional signatures to construct multi-domain dialogue systems with limited data.
Outcome: The proposed method outperforms baseline models on most metrics while keeping smaller model scale.
CBT-Bench: Evaluating Large Language Models on Assisting Cognitive Behavior Therapy (2025.naacl-long)

Copied to clipboard

Challenge: Existing research has explored mental health condition classifications, empathetic conversations, and chatbots designed for simple discourse structures.
Approach: They propose a benchmark for systematic evaluation of cognitive behavioral therapy assistance using Large Language Models (LLMs).
Outcome: The proposed benchmark includes three levels of tasks covering key aspects of cognitive behavioral therapy that could be enhanced through AI assistance.
Safe Inputs but Unsafe Output: Benchmarking Cross-modality Safety Alignment of Large Vision-Language Models (2025.findings-naacl)

Copied to clipboard

Challenge: Recent studies focus on single-modality threats, but this approach fails to address cross-modal safety alignment.
Approach: They propose a safety alignment challenge to evaluate cross-modality safety alignment . they propose 'Safe Inputs but Unsafe Output' to consider safety of single modalities .
Outcome: The proposed safety alignment challenge examines cases where modalities are safe independently but could lead to unsafe outputs when combined.
CodeFlowBench: A Multi-turn, Iterative Benchmark for Complex Code Generation (2026.acl-long)

Copied to clipboard

Challenge: Modern software development demands code that is maintainable, testable, and scalable by organizing the implementation into modular components with iterative reuse of existing codes.
Approach: They propose a benchmark to evaluate LLMs' ability to perform codeflow by reusing existing functions over multiple turns.
Outcome: The proposed benchmarks show that LLMs perform significantly worse in multi-turn codeflow scenarios and that their performance inversely correlates with dependency complexity.
Meta-Reflection: A Feedback-Free Reflection Learning Framework (2025.acl-long)

Copied to clipboard

Challenge: Existing approaches to improve large language models' ability to understand and reason are limited by external feedback.
Approach: They propose a feedback-free reflection mechanism that requires only a single inference pass without external feedback.
Outcome: The proposed method is based on an industrial e-commerce benchmark and public datasets.
LayoutPointer: A Spatial-Context Adaptive Pointer Network for Visual Information Extraction (2024.naacl-long)

Copied to clipboard

Challenge: Existing models inadequately utilize spatial information of entities, causing incorrectly linking spatially distant entities.
Approach: They propose a Spatial-Context Adaptive Pointer Network to restore semantic order among entities . they propose XFUND-based tail-to-head pointer to restore the semantic order .
Outcome: The proposed method outperforms existing state-of-the-art methods in F1 scores for RE tasks.
LLM Sensitivity Evaluation Framework for Clinical Diagnosis (2025.coling-main)

Copied to clipboard

Challenge: Existing studies on the sensitivity of Large Language Models (LLMs) to irrelevant contexts neglect the importance of key information.
Approach: They investigate the sensitivity of large language models to key medical information by introducing different perturbation strategies to investigate their sensitivity.
Outcome: The proposed models are based on three LLMs, namely GPT-3.5, GPT-4, Gemini, Claude3 and LLaMA2-7b, and demonstrate their reliability and sensitivity to medical information.
Adaptive Textual Label Noise Learning based on Pre-trained Models (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to learning with noisy labels are limited due to the time and labor costs involved.
Approach: They propose an adaptive warm-up and hybrid training frameworks to learn with noisy labels based on pre-trained models.
Outcome: The proposed approach performs comparable or even surpasses state-of-the-art methods in various noise scenarios, including scenarios with the mixture of multiple types of noise.
Enhancing Emotional Support Conversations: A Framework for Dynamic Knowledge Filtering and Persona Extraction (2025.coling-main)

Copied to clipboard

Challenge: Existing dialogue models struggle to interpret context accurately due to irrelevant or misclassified knowledge, limiting their effectiveness in real-world scenarios.
Approach: They propose a framework that dynamically filters relevant commonsense knowledge and extracts personalized information to improve empathetic dialogue generation.
Outcome: The proposed framework outperforms existing models in coherence, emotional understanding, and response relevance on the ESConv dataset.
Probabilistic Robustness for Data Filtering (2023.eacl-main)

Copied to clipboard

Challenge: Modern machine learning works with massive amounts of data on a range of tasks like language modeling, object detection, and data mining.
Approach: They propose a probabilistic robustness rewarded data optimization approach to enhance the model's generalization power by selecting training data that optimizes probabilistic metrics.
Outcome: The proposed approach achieves +17.2% increase of accuracy and -28.05 decrease of perplexity on unknown-domain test sets.
Task-aware Retrieval with Instructions (2023.findings-acl)

Copied to clipboard

Challenge: Existing models that learn intents from labeled data are complicated and require a vast number of annotated examples to train a model.
Approach: They propose a general-purpose task-aware retrieval system with instructions that can adapt to a new task without any parameter updates.
Outcome: The proposed system outperforms two benchmarks on a set of domains and tasks on X2-Retrieval.
Recipe2Plan: Evaluating Planning Abilities of LLMs for Efficient and Feasible Multitasking with Time Constraints Between Actions (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing evaluation benchmarks focus on single task performance, ignoring multitask planning and execution efficiency.
Approach: They propose a benchmark framework based on real-world cooking scenarios . recipe2plan challenges agents to optimize cooking time through parallel task execution .
Outcome: The proposed benchmarks highlight the need for improved temporal awareness and global multitasking capabilities in large language models.
Text is All You Need: LLM-enhanced Incremental Social Event Detection (2025.acl-long)

Copied to clipboard

Challenge: Existing state-of-the-art (SOTA) SED models rely on graph neural networks (GNNs) Existing SED frameworks rely heavily on GNNs, which require complex graph construction and time-consuming training processes.
Approach: They propose a framework that leverages the rich background knowledge of large language models to formalize and disambiguate short texts by completing abbreviations and summarizing informal expressions.
Outcome: The proposed framework outperforms existing models on two challenging real-world datasets.
Grid Tagging Scheme for Aspect-oriented Fine-grained Opinion Extraction (2020.findings-emnlp)

Copied to clipboard

Challenge: Aspect-oriented Fine-grained Opinion Extraction (AFOE) aims to extract aspect terms and opinion terms from review text in the form of opinion pairs or opinion triplets.
Approach: They propose a grid-based AFOE tagging scheme to address the task in an end-to-end fashion only with one unified grid tracking task.
Outcome: The proposed tagging scheme outperforms baselines and achieves state-of-the-art performance.
Multimodal Pragmatic Jailbreak on Text-to-image Models (2025.acl-long)

Copied to clipboard

Challenge: Existing jailbreaks for diffusion-based text-to-image models generate unsafe content . experimental results show that all tested models suffer from unsafe generation .
Approach: They propose a jailbreak that triggers diffusion-based text-to-image models to generate the image with visual text, resulting in unsafe content.
Outcome: The proposed model generates image with visual text, but the model is unsafe under such jailbreak.
SAC-KG: Exploiting Large Language Models as Skilled Automatic Constructors for Domain Knowledge Graph (2024.acl-long)

Copied to clipboard

Challenge: Existing KG construction methods rely on human intervention to attain qualified KGs, which severely hinders the practical application of domain KG.
Approach: They propose a general KG construction framework that uses large language models as "S**killed" A**utomatic C**onstructors for domain knowledge (G**raph)
Outcome: The proposed framework generates specialized multi-level knowledge graphs at the scale of over one million nodes and achieves 89.32% precision rate compared to state-of-the-art methods.
Discarding the Crutches: Adaptive Parameter-Efficient Expert Meta-Learning for Continual Semantic Parsing (2025.coling-main)

Copied to clipboard

Challenge: Continual Semantic Parsing (CSP) enables parsers to generate SQL from natural language questions in task streams, using minimal annotated data to handle dynamically evolving databases in real-world scenarios.
Approach: They propose a Adaptive PET eXpert meta-learning approach that assists experts in adaptively warming up, ensuring better model initialization.
Outcome: The proposed method outperforms existing methods on two benchmarks and achieves superior performance without data replay or ideal settings.
Unifying Cross-Lingual Transfer across Scenarios of Resource Scarcity (2023.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to deal with resource scarcity have not been developed to deal effectively with the problem.
Approach: They propose to use a set of tools to harness data from one or more high-resource "source" languages to compensate for a shortage of data in low-resourced "target" languages.
Outcome: The proposed technique can be easily adapted to unseen languages, extending the range of the proposed technique and translation-based transfer more broadly.
TART: An Open-Source Tool-Augmented Framework for Explainable Table-based Reasoning (2025.findings-naacl)

Copied to clipboard

Challenge: Current Large Language Models lack ability to understand table structures and apply precise numerical reasoning.
Approach: They propose a tool-augmented reasoning framework for table-based tasks that integrates LLMs with specialized tools.
Outcome: The proposed framework improves on the TOOLTAB dataset, a benchmark for LLMs in table–tool integration.
Zero-Shot Cross-Domain Aspect-Based Sentiment Analysis via Domain-Contextualized Chain-of-Thought Reasoning (2025.findings-emnlp)

Copied to clipboard

Challenge: Cross-domain aspect-based sentiment analysis (ABSA) aims to learn specific knowledge from a source domain to perform various tasks on a target domain.
Approach: a new framework is proposed to learn specific knowledge from a source domain . the framework uses domain adaptation techniques to transfer domain-agnostic features .
Outcome: a new learning framework for cross-domain aspect-based sentiment analysis is proposed . it effectively eliminates dependency on target-domain annotations, authors say .
G-Cap: A Game Character Caption Generator (2026.acl-long)

Copied to clipboard

Challenge: Existing studies on Large Vision-Language Models (LVLMs) primarily focus on real-world scenarios, leaving surreal, highly stylized, and semantically hybrid virtual-world situations significantly underexplored.
Approach: They propose to use a manually annotated benchmark to evaluate LVLMs' ability to perceive and describe game character from the virtual-world.
Outcome: The proposed task evaluates LVLMs’ ability to perceive and describe game character from the virtual-world.
Uncertainty-Calibrated Elastic Alignment for Multimodal Sentiment Analysis with Missing Modalities (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for multimodal sentiment analysis are often dynamically incomplete.
Approach: They propose a new uncertainty-calibrated elastic alignment framework to address these issues by employing probabilistic imputation to capture cross-modal ambiguity and leverage the estimated uncertainty to drive elastic alignment.
Outcome: The proposed framework outperforms state-of-the-art models in multiple benchmarks and consistently outperformed existing models.
VisCGEC: Benchmarking the Visual Chinese Grammatical Error Correction (2025.naacl-long)

Copied to clipboard

Challenge: Existing studies on Chinese grammatical error correction ignore multi-modality and faked errors, which pushes techniques far away from real-world scenarios.
Approach: They propose to benchmark Chinese grammatical error correction for Chinese as a foreign language learner (CFL) using a dataset, they propose to use two CGEC frameworks to conduct experiments .
Outcome: The proposed approach achieves an F 0.5 score of only 28.9%.
LoraRetriever: Input-Aware LoRA Retrieval and Composition for Mixed Tasks in the Wild (2024.findings-acl)

Copied to clipboard

Challenge: Low-Rank Adaptation (LoRA) is an effective yet efficient solution for fine-tuning large language models.
Approach: They propose a low-rank Adaptation framework that retrieves and composes multiple LoRAs according to input prompts.
Outcome: Experimental results show that LoraRetriever outperforms baselines in terms of performance and versatility.
Noisy-Labeled NER with Confidence Estimation (2021.naacl-main)

Copied to clipboard

Challenge: Recent studies in deep learning have shown significant progress in named entity recognition (NER) . however, most existing works assume clean data annotation, while real-world data typically involve a large amount of noises.
Approach: They propose a confidence estimation approach for named entity recognition using noisy labels using local and global independence assumptions.
Outcome: The proposed method marginalizes out labels of low confidence with a CRF model and integrates it into a self-training framework for boosting performance.
Exploiting Edited Large Language Models as General Scientific Optimizers (2025.naacl-long)

Copied to clipboard

Challenge: Existing methods for solving optimization problems in scientific scenarios use observational feedback as additional textual descriptions, but these methods struggle to utilize it effectively.
Approach: They propose a generalized approach to boost mathematical optimization in scientific scenarios by using observational feedback from LLMs as additional textual descriptions.
Outcome: The proposed method outperforms existing state-of-the-art methods on six different tasks using six different LLM backbones.
SEPS: A Separability Measure for Robust Unlearning in LLMs (2025.emnlp-main)

Copied to clipboard

Challenge: Existing unlearning metrics assess whether a model correctly answers retain queries and rejects forget queries, but they fail to capture real-world scenarios where forget queries rarely appear in isolation.
Approach: They propose an evaluation framework that explicitly measures a model’s ability to both forget and retain information within a single prompt.
Outcome: The proposed approach significantly improves unlearning effectiveness, demonstrating robustness even in complex settings with up to eight mixed forget and retain queries in a single prompt.
Cross-Domain Audio Deepfake Detection: Dataset and Analysis (2024.emnlp-main)

Copied to clipboard

Challenge: Existing audio deepfake detection datasets are outdated and lack generalization capabilities.
Approach: They construct a new cross-domain audio deepfake detection dataset comprising over 300 hours of speech data that is generated by five advanced zero-shot TTS models.
Outcome: The proposed models achieve 4.1% and 6.5% error rates in the cross-domain ADD dataset generated by five advanced zero-shot TTS models.
Avoiding Copyright Infringement via Large Language Model Unlearning (2025.findings-naacl)

Copied to clipboard

Challenge: Pre-trained Large Language Models (LLMs) have demonstrated remarkable capabilities but also pose significant legal and ethical concerns.
Approach: They propose a framework that unlearns copyrighted content from large language models over multiple time steps by identifying and removing specific weight updates in the model’s parameters that correspond to copyright content.
Outcome: The proposed framework achieves an effective trade-off between unlearning efficacy and general-purpose language abilities, outperforming baselines.
Semi-Supervised Lifelong Language Learning (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to learn languages only focus on supervised learning, and unlabeled data is underexplored.
Approach: They propose a semi-supervised lifelong language learning setting where a model learns sequentially arriving language tasks with both labeled and unlabeled data.
Outcome: The proposed model outperforms baseline models on various language tasks and is effective and superior to existing models.
Learning to Revise References for Faithful Summarization (2022.findings-emnlp)

Copied to clipboard

Challenge: a recent study shows that noisy reference summaries can be detrimental to model performance.
Approach: They propose to selectively re-write unsupported reference sentences to better reflect source data.
Outcome: The proposed method improves reference quality while retaining all data.
Induct-Learn: Short Phrase Prompting with Instruction Induction (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for generating instructions from demonstrations rely on large datasets or numerous examples, which is impractical and costly in real-world scenarios.
Approach: They propose a task-level framework that induces pseudo instructions from a few demonstrations and a short phrase, adding a CoT process into existing demonstrations.
Outcome: The proposed framework outperforms state-of-the-art methods on two datasets and exhibits cross-model adaptability and lower cost.
MIKE: A New Benchmark for Fine-grained Multimodal Entity Knowledge Editing (2024.findings-acl)

Copied to clipboard

Challenge: Current benchmarks focus on coarse-grained knowledge, leaving the intricacies of fine-grounded knowledge unexplored.
Approach: They propose a benchmark and dataset specifically designed for FG multimodal entity knowledge editing.
Outcome: The proposed benchmark underscoring the complexity of FG knowledge editing in MLLMs.
Calibrating Inference Time Alignment with Sequence-level Risk Accumulation (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to decode large language models (LLMs) often over-reject benign information, limiting their generalizability in real-world scenarios where harmful and benign information coexist.
Approach: They propose a framework to regulate decoding alignments for Large Language Models (LLMs) they employ a reward-guided branch decoding paradigm to incorporate safety awareness during generation.
Outcome: The proposed framework achieves superior performance on four attack benchmarks and two neutral datasets.
Plugging Schema Graph into Multi-Table QA: A Human-Guided Framework for Reducing LLM Reliance (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods based on semantic similarity work well only on simplified datasets . Existing approaches based only on semantic similarities struggle to handle complex tables .
Approach: They propose a graph-based framework that leverages human-curated relational knowledge to explicitly encode schema links and join paths.
Outcome: The proposed framework leverages human-curated relational knowledge to encode schema links and join paths.
SweetieChat: A Strategy-Enhanced Role-playing Framework for Diverse Scenarios Handling Emotional Support Agent (2025.coling-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated promising potential in providing empathetic support during interactions, but their responses are often verbose or overly formulaic, failing to adequately address the diverse emotional support needs of real-world scenarios.
Approach: They propose a strategy-enhanced role-playing framework that emulates real-world interactions and a dataset that is used to develop an emotional support agent.
Outcome: The proposed framework emulates real-world interactions and promotes a broader range of dialogues and Emotional Support Agent training.
RAPL: A Relation-Aware Prototype Learning Approach for Few-Shot Document-Level Relation Extraction (2023.emnlp-main)

Copied to clipboard

Challenge: Existing methods to identify semantic relations between entities are time-consuming and labor-intensive.
Approach: They propose a relation-aware prototype learning method for document-level relation extraction (FSDLRE) they propose RAPL, which judiciously leverages relation descriptions and real NOTA instances as guidance .
Outcome: The proposed method outperforms state-of-the-art approaches by 2.61% F1 . it generates task-specific NOTA prototypes and refines relation prototypes .
BAR: A Backward Reasoning based Agent for Complex Minecraft Tasks (2025.findings-acl)

Copied to clipboard

Challenge: Existing studies focus on forward reasoning based planning, but this paradigm doesn't work well for complex tasks.
Approach: They propose to decompose a task into easily executed steps by planning and use a backward reasoning based agent to make the planning starting from the terminal state.
Outcome: The proposed model outperforms existing methods and the proposed modules in a virtual environment that simulates complex tasks based on real-world scenarios.
Towards a More Generalized Approach in Open Relation Extraction (2025.acl-long)

Copied to clipboard

Challenge: Existing OpenRE methods assume unlabeled data is a mixture of known and novel instances.
Approach: They propose a generalized OpenRE setting that considers unlabeled data as a mixture of known and novel instances.
Outcome: The proposed framework outperforms baselines in relation classification and clustering on three benchmark datasets.
The Butterfly Effect of Model Editing: Few Edits Can Trigger Large Language Models Collapse (2024.findings-acl)

Copied to clipboard

Challenge: Even a single edit can trigger model collapse, manifesting as significant performance degradation in various benchmark tasks.
Approach: They propose to use perplexity as a surrogate metric to determine whether an edited model's performance is affected by a single edit.
Outcome: The proposed method shows that even a single edit can cause model collapse, manifesting as significant performance degradation in various benchmark tasks.
Enhancing Multi-Label Text Classification under Label-Dependent Noise: A Label-Specific Denoising Framework (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing noisy multi-label text classification methods rely on the class-conditional noise assumption, but in practice, noisy labels exhibit a certain degree of correlation with the true labels.
Approach: They propose a label-specific denoising framework to counteract label-dependent noise by evaluating loss information, ranking information, and feature centroid.
Outcome: The proposed framework significantly improves over existing state-of-the-art models under both synthetic and real-world noise conditions.
Dynabench: Rethinking Benchmarking in NLP (2021.naacl-main)

Copied to clipboard

Challenge: Dynabench is an open-source platform for dynamic dataset creation and model benchmarking.
Approach: They propose an open-source platform for dynamic dataset creation and model benchmarking.
Outcome: The proposed platform can be used to create models that fail on simple challenges and falter in real-world scenarios.
MMUIE: Massive Multi-Domain Universal Information Extraction for Long Documents (2026.findings-eacl)

Copied to clipboard

Challenge: Existing document-level information extraction systems operate at the sentence level or within narrow domains due to annotation constraints.
Approach: They propose a large-scale universal dataset for multi-domain, document-level information extraction from long texts.
Outcome: The proposed dataset integrates traditional knowledge bases with large language models to extract fine-grained entities, aliases, and relation triples across 34 domains.
Beyond Accuracy: Unveiling Inefficiency Patterns in Tool-Integrated Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Tool-Integrated Reasoning (TIR) is a tool that can be used to solve complex tasks.
Approach: They propose a hardware-aware TIR-efficiency metric that unifies internal reasoning and external tool-use costs while explicitly accounting for non-reusable KV-Cache and long-tool-response scenarios.
Outcome: The proposed metric explains wall-clock latency significantly better than token-count metric in a simulated high-concurrency industrial setting.
CT-GAT: Cross-Task Generative Adversarial Attack based on Transferability (2023.emnlp-main)

Copied to clipboard

Challenge: Neural network models are vulnerable to adversarial examples, and current methods based on adversarially transferable models rely on substitute models, which can be impractical and costly in real-world scenarios due to the unavailability of training data and the victim model’s structural details.
Approach: They propose a novel approach that directly constructs adversarial examples by extracting transferable features across various tasks.
Outcome: The proposed approach achieves superior attack performance with small cost on ten datasets and demonstrates that it is a novel approach.
SeaExam and SeaBench: Benchmarking LLMs with Local Multilingual Questions in Southeast Asia (2025.findings-naacl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have shown remarkable performance across various English benchmarks, including both human exam datasets such as MMLU and instruction-following datasets.
Approach: They introduce two new benchmarks to evaluate the capabilities of Large Language Models in Southeast Asian (SEA) application scenarios.
Outcome: The proposed benchmarks show that they can discern LLM performance on SEA language tasks compared to their translated benchmarks.
Mathematical Word Problem Generation from Commonsense Knowledge Graph and Equations (2021.emnlp-main)

Copied to clipboard

Challenge: Existing models for generating mathematical word problems are lacking in educational assessment.
Approach: They propose an end-to-end neural model to generate diverse mathematical word problems from commonsense knowledge graph and equations.
Outcome: The proposed model outperforms the SOTA models in terms of evaluation metrics and topic relevance.
WIKIGENBENCH:Exploring Full-length Wikipedia Generation under Real-World Scenario (2025.coling-main)

Copied to clipboard

Challenge: Existing efforts to generate Wikipedia articles for new events fall short of real-world application.
Approach: They propose a benchmark to generate Wikipedia articles for new events under real-world scenarios . they use systematic metrics and LLM-based metrics to assess verifiability, organization, and other aspects aligned with real-life scenarios.
Outcome: The proposed benchmarks show that hierarchical-based methods generate more comprehensive content while fine-tuned methods achieve better verifiability.
Evaluating Memory Capability in Continuous Lifelog Scenario (2026.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks focus on online one-on-one chatting or human-AI interactions, neglecting real-world scenarios.
Approach: They propose a framework to curate a lifelog benchmark that combines two subsets of audio data to address temporal leakage in offline settings.
Outcome: The proposed framework outperforms existing benchmarks on live chats and AI interactions.
Did the Models Understand Documents? Benchmarking Models for Language Understanding in Document-Level Relation Extraction (2023.acl-long)

Copied to clipboard

Challenge: Document-level relation extraction (DocRE) models achieve consistent performance gains in DocRE, but their underlying decision rules are still understudied.
Approach: They propose to use annotations to provide rationales for document-level relation extraction (DocRE) they then propose to apply a method to evaluate models' reasoning capabilities .
Outcome: The proposed models exhibit different reasoning processes in contrast to humans . the proposed models render models more trustworthy and robust to be deployed in real-world scenarios.
SEOE: A Scalable and Reliable Semantic Evaluation Framework for Open Domain Event Detection (2025.acl-long)

Copied to clipboard

Challenge: Existing evaluation methods for Open Domain Event Detection (ODED) lack representative representations of the real world, making it difficult to accurately reflect performance of various ODED methods in real-world scenarios.
Approach: They propose a scalable and reliable Semantic-level Evaluation framework for Open domain event detection by constructing a more representative evaluation benchmark and introducing a semantic evaluation metric.
Outcome: The proposed framework first constructs a more representative evaluation benchmark that currently includes 564 event types covering 7 major domains, with a cost-effective supplementary annotation strategy to ensure the benchmark’s representativeness.
Mining Complex Patterns of Argumentative Reasoning in Natural Language Dialogue (2025.acl-long)

Copied to clipboard

Challenge: Argumentation scheme mining is the task of automatically identifying reasoning mechanisms behind argument inferences.
Approach: They propose to create a corpus of 441 arguments annotated with 24 argumentation schemes and leverage the capabilities of LLMs and Transformer-based models to validate their applicability in real-world scenarios.
Outcome: The proposed corpus of arguments is pre-trained on a large corpus containing textbook-like argumentation schemes and validates their applicability in real-world scenarios.
WebVoyager: Building an End-to-End Web Agent with Large Multimodal Models (2024.acl-long)

Copied to clipboard

Challenge: Existing web agents only handle one input modality and are evaluated only in simplified web simulators or static web snapshots, greatly limiting their applicability in real-world scenarios.
Approach: They propose a large multimodal model-powered web agent that can complete user instructions end-to-end by interacting with real-world websites.
Outcome: The proposed agent achieves 59.1% task success rate, surpassing both GPT-4 and WebVoyager setups.
DAdEE: Unsupervised Domain Adaptation in Early Exit PLMs (2024.findings-emnlp)

Copied to clipboard

Challenge: Pre-trained Language Models (PLMs) exhibit good accuracy and generalization ability but their large size results in high inference latency.
Approach: They propose an unsupervised domain adaptation framework that employs knowledge distillation to achieve domain-invariant representations at each layer.
Outcome: The proposed framework outperforms early exit methods and domain adaptation methods under domain shift scenarios.
Robust Unsupervised Neural Machine Translation with Adversarial Denoising Training (2020.coling-main)

Copied to clipboard

Challenge: Unsupervised neural machine translation (UNMT) has attracted great interest in the machine translation community.
Approach: They propose to explicitly take noisy data into consideration to improve the robustness of UNMT based systems.
Outcome: The proposed methods significantly improved the robustness of the conventional UNMT systems in noisy scenarios.
Transductive Learning of Neural Language Models for Syntactic and Semantic Analysis (D19-1)

Copied to clipboard

Challenge: despite its practical advantages, transductive learning is underexplored in natural language processing . despite the simplicity of the technique, it is understudied in natural languages .
Approach: They conduct an empirical study of transductive learning for neural models . they fine-tune language models on an unlabeled test set to obtain test-set-specific word representations.
Outcome: The proposed method improves state-of-the-art neural models in syntactic and semantic tasks.
Sparse Black-Box Multimodal Attack for Vision-Language Adversary Generation (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing adversarial attacks using imperceptible perturbations are challenging to simulate . e-commerce product restrictions and hate speech monitoring are examples of such attacks .
Approach: They propose a black-box adversarial attack that leverages sparse perturbations to simulate adversarials exhibited by illegal merchants in the black- box scenario.
Outcome: The proposed method outperforms existing attacks and unimodal attacks by treating images and text in discrete space and outperforming existing models.
Can MLLMs Find Their Way in a City? Exploring Emergent Navigation from Web-Scale Knowledge (2026.eacl-long)

Copied to clipboard

Challenge: Existing evaluation benchmarks for multimodal large language models (MLLMs) are language-centric or heavily reliant on simulated environments, rarely probing the nuanced, knowledge-intensive reasoning essential for practical, real-world scenarios.
Approach: They propose a task of Sparsely Grounded Visual Navigation to evaluate MLLM-driven agents in city navigation in four diverse global cities.
Outcome: The proposed benchmark encompassing four diverse global cities evaluates agents' decision-making abilities in city navigation.
Legal Judgment Prediction via Topological Learning (D18-1)

Copied to clipboard

Challenge: Existing studies focus on a specific subtask of judgment prediction and ignore the dependencies among subtasks.
Approach: They propose a topological multi-task learning framework that incorporates multiple subtasks and DAG dependencies into judgment prediction.
Outcome: The proposed model improves on baselines on all judgment prediction tasks.
DAEA: Enhancing Entity Alignment in Real-World Knowledge Graphs Through Multi-Source Domain Adaptation (2025.coling-main)

Copied to clipboard

Challenge: Entity Alignment (EA) is a critical task in Knowledge Graph (KG) integration.
Approach: They propose a novel approach that leverages the data characteristics of synthetic benchmarks to improve performance in real-world datasets.
Outcome: The proposed approach outperforms state-of-the-art models on real-world datasets and achieves a 29.94% improvement in Hits@1 on DOREMUS and 5.64% improvement on AGROLD.
Reinforcing Compositional Retrieval: Retrieving Step-by-Step for Composing Informative Contexts (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated remarkable capabilities across numerous tasks, yet they often rely on external context to handle complex tasks.
Approach: They propose a tri-encoder sequential retriever that models a Markov Decision Process (MDP) this method decomposes the probability of retrieving a set of elements into a sequence of conditional probabilities and allows each retrieval step to be conditioned on previously selected examples.
Outcome: The proposed method outperforms baselines and shows that it can handle multiple pieces of evidence or examples.
GraDA: Graph Generative Data Augmentation for Commonsense Reasoning (2022.coling-1)

Copied to clipboard

Challenge: Recent advances in commonsense reasoning have been fueled by the availability of large-scale human annotated datasets.
Approach: They propose a graph-generative data augmentation framework to synthesize factual data samples from knowledge graphs for commonsense reasoning.
Outcome: The proposed framework improves SocialIQA, CODAH, HellaSwag and CommonsenseQA . it also performs well for generative tasks like ProtoQA proving its robustness to adversaries .
MT-Video-Bench: A Holistic Video Understanding Benchmark for Evaluating Multimodal LLMs in Multi-Turn Dialogues (2026.findings-acl)

Copied to clipboard

Challenge: Existing evaluation benchmarks for Multimodal Large Language Models (MLLMs) focus on single-turn question answering, overlooking the complexity of multi-turn dialogues in real-world scenarios.
Approach: They propose a video understanding benchmark for MLLMs in multi-turn dialogues that assesses six core competencies that focus on perceptivity and interactivity.
Outcome: The MT-Video-Bench evaluates 1,000 multi-turn dialogues from diverse domains and reveals significant performance discrepancies and limitations in handling multi-turned video dialogues.
Missing Counter-Evidence Renders NLP Fact-Checking Unrealistic for Misinformation (2022.emnlp-main)

Copied to clipboard

Challenge: Existing NLP task definitions for fact-checking cannot refute misinformation as professional fact- checkers do for the majority of claims.
Approach: They compare NLP-based fact-checking with professional fact- checkers . they find that evidence must be sufficient to refute the claim and not leaked .
Outcome: The proposed models fail to meet the criteria for realistic fact-checking . they also fail to satisfy the criteria of leaked evidence .
Efficient Classification of Long Documents via State-Space Models (2023.emnlp-main)

Copied to clipboard

Challenge: Existing transformer-based models can only process long documents with limited computational resources due to their quadratic computation time and space.
Approach: They propose to use state-space models for long document classification tasks instead of using sparse or hierarchical structures to solve this problem.
Outcome: The proposed model performs comparable to self-attention models while being 36% more efficient.
Advancing Test-Time Adaptation in Wild Acoustic Test Settings (2024.emnlp-main)

Copied to clipboard

Challenge: Existing wild vision TTA methods fail to handle speech data due to the unique characteristics of high-entropy speech frames, which are unreliably filtered out even when containing crucial semantic content.
Approach: They propose a method for acoustic foundation models to perform confidence-based adaptation in wild acustic test settings.
Outcome: The proposed method outperforms baselines under Gaussian noise, environmental sounds, accent variations, and sung speech in the wild.
Adaptive Schema-aware Event Extraction with Retrieval-Augmented Generation (2025.findings-emnlp)

Copied to clipboard

Challenge: Event extraction is a task in natural language processing that involves identifying and extracting event information from unstructured text.
Approach: They propose a paradigm that combines schema paraphrasing with schema retrieval-augmented generation.
Outcome: The proposed paradigm retrieves paraphrased schemas and accurately generates targeted structures.
Strategic Demonstration Selection for Improved Fairness in LLM In-Context Learning (2024.emnlp-main)

Copied to clipboard

Challenge: Recent studies highlight the effectiveness of using in-context learning (ICL) to steer large language models in processing tabular data.
Approach: They propose a method that uses clustering and evolutionary strategies to curate a representative sample set from training data.
Outcome: The proposed method significantly improves fairness across various metrics, showing its efficacy in real-world scenarios.
LongLeader: A Comprehensive Leaderboard for Large Language Models in Long-context Scenarios (2025.naacl-long)

Copied to clipboard

Challenge: LongLeader aims to assess different LLMs' long-context comprehension abilities . long-constext comprehension is a key bottleneck for many use cases .
Approach: They propose a leaderboard to assess different LLMs' long-context comprehension abilities . they offer open-source access to the benchmarks and maintain a dedicated website .
Outcome: The proposed model assesses different LLMs on selected benchmarks and provides open-source access to the benchmarks.
Acquiring Clean Language Models from Backdoor Poisoned Datasets by Downscaling Frequency Space (2024.acl-long)

Copied to clipboard

Challenge: Prior work attempts to mitigate backdoor learning during training LMs on poisoned datasets . backdoor attack poisons a small portion of training data by implanting specific text patterns .
Approach: They propose a multi-scale low-rank adaptive model that prioritizes learning of clean mapping . they propose radial scalings to reduce the success rate of diverse backdoor attacks .
Outcome: The proposed model outperforms baselines significantly in the frequency space . it reduces the success rate of diverse backdoor attacks to below 15% across datasets .
UCL-Bench: A Chinese User-Centric Legal Benchmark for Large Language Models (2025.findings-naacl)

Copied to clipboard

Challenge: Existing legal benchmarks focusing on knowledge and logic evaluate LLMs on various tasks in legal domain, but few have explored the practical application of LLM by actual users.
Approach: They propose a Chinese user-centric legal benchmark that aims to assess the practical application of LLMs by real users.
Outcome: The proposed model outperforms existing models on various tasks in legal domain but does not outperfect ChatGPT.
Enhancing Retrieval-Augmented Generation: A Study of Best Practices (2025.coling-main)

Copied to clipboard

Challenge: Retrieval-augmented generation systems have shown remarkable advancements by integrating retrieval mechanisms into language models, enhancing their ability to produce more accurate and contextually relevant responses.
Approach: They propose to integrate query expansion, various novel retrieval strategies, and a Contrastive In-Context Learning RAG to improve response quality.
Outcome: The proposed RAGs incorporate query expansion, various novel retrieval strategies, and a novel Contrastive In-Context Learning RAG.
LLM Distillation for Efficient Few-Shot Multiple Choice Question Answering (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models excel at few-shot learning but their direct application in real-world scenarios is often hindered by their high computational cost.
Approach: They propose a framework that uses Large Language Models for data generation and scoring to improve encoder model performance.
Outcome: The proposed approach improves accuracy from 28.9% to 39.3% on a few-shot MCQA task .
From Specific-MLLMs to Omni-MLLMs: A Survey on MLLMs Aligned with Multi-modalities (2025.findings-acl)

Copied to clipboard

Challenge: MLLMs are able to integrate multiple modalities into a single model to tackle complex tasks in real-world scenarios.
Approach: They propose a comprehensive survey of Omni-MLLMs to address the challenges and opportunities of multimodal modeling.
Outcome: The proposed model can integrate multiple modalities into a single model and provide novel perspectives.
B4: A Black-Box Scrubbing Attack on LLM Watermarks (2025.naacl-long)

Copied to clipboard

Challenge: Experimental results demonstrate superior performance of black-box scrubbing attack on watermarks compared with other baselines.
Approach: They propose a black-box scrubbing attack on watermarks that embeds a hidden pattern invisible to human into generated content of a specific LLM.
Outcome: The proposed method outperforms baselines in 12 different environments.
PRDetect: Perturbation-Robust LLM-generated Text Detection Based on Syntax Tree (2025.findings-naacl)

Copied to clipboard

Challenge: Recent methods for detecting LLM-generated text have shown impressive performance, but in real-world scenarios, users often introduce perturbations to the text.
Approach: They propose a method that detects syntactic trees that are minimally affected by perturbations and exhibit distinct differences between human-written and LLM-generated text.
Outcome: The proposed method shows that it is significantly better against perturbations on the HC3 and GPT-3.5-mixed datasets and also has the shortest time expenditure.
LSTPrompt: Large Language Models as Zero-Shot Time Series Forecasters by Long-Short-Term Prompting (2024.findings-acl)

Copied to clipboard

Challenge: Existing prompting methods oversimplify time-series forecasting (TSF) time-Series data are ubiquitous across various domains, including public health, finance and energy.
Approach: They propose a method for prompting off-the-shelf Large Language Models (LLMs) they decompose TSF into short-term and long-term forecasting sub-tasks, tailoring prompts to each .
Outcome: The proposed approach decomposes TSF into short-term and long-term forecasting sub-tasks, tailoring prompts to each.
A Mixed-Language Multi-Document News Summarization Dataset and a Graphs-Based Extract-Generate Model (2025.naacl-long)

Copied to clipboard

Challenge: Existing research on news summarization focuses on single-language single-document (SLSD), single-linguistic multi-document or cross-language multi-doc (CLSD) however, in real-world scenarios, news articles often involve multiple documents in different languages, i.e., mixed-language MLMD.
Approach: They propose a mixed-language multi-document news summarization dataset with four different languages and 10,992 source document cluster and target summary pairs.
Outcome: The proposed dataset contains four different languages and 10,992 source document cluster and target summary pairs.
Enhancing Dialogue State Tracking Models through LLM-backed User-Agents Simulation (2024.acl-long)

Copied to clipboard

Challenge: Experimental results show that the model can be used to generate dialogues in new domains quickly.
Approach: They propose to use LLMs to generate dialogue data to reduce dialogue collection and annotation costs.
Outcome: The proposed model performs better than the baseline model trained on real data.
Rule-based Morphological Inflection Improves Neural Terminology Translation (2021.emnlp-main)

Copied to clipboard

Challenge: Current approaches to incorporating terminology constraints in machine translation (MT) typically assume that the constraint terms are provided in their correct morphological forms.
Approach: They propose a framework for incorporating lemma constraints in machine translation . they use a cross-lingual inflection module that inflects the target lemmo constraints based on the source context.
Outcome: The proposed framework outperforms existing methods with lower training costs and linguistic knowledge in domain adaptation and low-resource MT settings.
Where and What: Reasoning Dynamic and Implicit Preferences in Situated Conversational Recommendation (2026.acl-long)

Copied to clipboard

Challenge: Situated conversational recommendation (SCR) uses visual scenes grounded in specific environments and natural language dialogue to deliver contextually appropriate recommendations.
Approach: They propose a framework that integrates scene transition estimation and Bayesian inverse inference to provide contextually appropriate recommendations.
Outcome: The proposed framework achieves superiority over baselines on two representative benchmarks on dynamic scene transitions and implicit user intents.
Self-Supervised Prompt Optimization (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing prompt optimization methods rely heavily on external references such as ground truth or by humans, limiting their applicability in real-world scenarios where such data is unavailable or costly to obtain.
Approach: They propose a cost-efficient framework that discovers effective prompts for both closed and open-ended tasks without external reference.
Outcome: The proposed framework outperforms state-of-the-art prompt optimization methods with significantly lower costs and fewer samples.
Towards Debiasing Sentence Representations (2020.acl-main)

Copied to clipboard

Challenge: Recent work has shown word-level embeddings reflect and propagate social biases present in training corpora.
Approach: They propose a method to debias word embeddings to reduce biases at sentence level . they hope their work will inspire future research on characterizing and removing biase .
Outcome: The proposed method reduces biases and preserves performance on downstream tasks such as sentiment analysis and natural language understanding.
History repeats: Overcoming catastrophic forgetting for event-centric temporal knowledge graph completion (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods for knowledge graph completion are incomplete and can lead to errors . retraining the model with the entire updated TKG can mitigate forgetting but is computationally burdensome.
Approach: They propose a temporal regularization framework that allows repurposing of parameters . they propose 'clustering-based experience replay' that reinforces the past knowledge .
Outcome: The proposed framework adapts to new events while reducing catastrophic forgetting.
How do humans perceive adversarial text? A reality check on the validity and naturalness of word-based adversarial attacks (2023.acl-long)

Copied to clipboard

Challenge: Existing text adversarial attacks are impractical in real-world scenarios where humans are involved.
Approach: They have surveyed 378 human participants about the perceptibility of text adversarial examples produced by state-of-the-art methods.
Outcome: The proposed methods ignore the property of imperceptibility or study it under limited conditions.
Multimodal Table Understanding (2024.acl-long)

Copied to clipboard

Challenge: Existing approaches to understanding tables rely on textual inputs and table images are difficult to access in real-world scenarios.
Approach: They propose a multimodal table understanding problem where the model needs to generate correct responses to various table-related requests based on the given table image.
Outcome: The proposed model outperforms open-source MLLMs on 23 benchmarks under held-in and held-out settings.
From Static Inference to Dynamic Interaction: A Survey of Streaming Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing definitions of streaming LLMs are fragmented and lack a systematic taxonomy . large language models are pre-trained on static and full-context corpora .
Approach: They propose a systematic taxonomy of current streaming Large Language Models and propose underlying methodologies for streaming LLMs.
Outcome: The proposed model is based on data flow and dynamic interaction to clarify existing ambiguities.
TripTailor: A Real-World Benchmark for Personalized Travel Planning (2025.findings-acl)

Copied to clipboard

Challenge: Existing evaluation metrics for travel planning rely on unrealistic simulated data . fewer than 10% of the itineraries generated by the latest state-of-the-art LLMs achieve human-level performance.
Approach: They propose a benchmark for personalized travel planning in real-world scenarios . they identify several critical challenges in travel planning including feasibility and rationality .
Outcome: The proposed benchmarks show that fewer than 10% of the itineraries generated by the latest state-of-the-art LLMs achieve human-level performance.
InterrogateLLM: Zero-Resource Hallucination Detection in LLM-Generated Answers (2024.acl-long)

Copied to clipboard

Challenge: Existing methods for detecting hallucinations in large language models are limited due to their high frequency and high accuracy.
Approach: They propose a method to detect hallucinations in large language models by repeating model-generated responses from its generated answer.
Outcome: The proposed method achieves 87% hallucinations in a specific experiment without external knowledge.
WebWalker: Benchmarking LLMs in Web Traversal (2025.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated impressive capabilities across a wide range of natural language processing tasks.
Approach: They propose a benchmark to assess the ability of LLMs to perform web traversal by using an explore-critic paradigm.
Outcome: The proposed framework mimics human-like web navigation through an explore-critic paradigm and demonstrates the effectiveness of RAG combined with WebWalker in real-world scenarios.
IFIR: A Comprehensive Benchmark for Evaluating Instruction-Following in Expert-Domain Information Retrieval (2025.naacl-long)

Copied to clipboard

Challenge: Current information retrieval systems struggle to handle complex instructions, despite its critical importance . current models struggle to follow complex instructions in real-world applications, resulting in user-specific tasks.
Approach: They propose a benchmark to evaluate instruction-following information retrieval in expert domains.
Outcome: The proposed method improves on existing models and provides valuable insights to guide future advancements in retrieval.
Open Domain Web Keyphrase Extraction Beyond Language Modeling (D19-1)

Copied to clipboard

Challenge: Recent neural methods for keyphrase extraction are mostly observed in documents originating from the scientific domain.
Approach: They develop a neural keyphrase extraction model that goes beyond language understanding to handle the variations of domain and content quality.
Outcome: The proposed model can handle the variations of domain and content quality without restriction of the domain, quality, nor content of the documents.
Towards Distribution-shift Robust Text Classification of Emotional Content (2023.findings-acl)

Copied to clipboard

Challenge: Recent work has shown that supervised models are more robust to change in domain and distribution, but the decrease in performance due to the distribution shift is still a major issue for supervised systems.
Approach: They propose to fine-tune supervised models on task-specific datasets to achieve out-of-distribution performance.
Outcome: The proposed model outperforms all available models in distribution and out of distribution with only a few thousand training samples.
Cluster & Tune: Boost Cold Start Performance in Text Classification (2022.acl-long)

Copied to clipboard

Challenge: Existing methods to fine-tune pre-trained models for text classification are poor in practice.
Approach: They propose to add an intermediate unsupervised classification task between pre-training and fine-tuning phases to boost performance of pre-trained models.
Outcome: The proposed method improves performance on topical classification tasks when labeled data is scarce.
Substance over Style: Document-Level Targeted Content Transfer (2020.emnlp-main)

Copied to clipboard

Challenge: Existing language models excel at writing from scratch, but many real-world scenarios require rewriting an entire document to fit a set of constraints.
Approach: They propose a document-level targeted content transfer task that addresses the challenge of rewriting an entire document coherently by generating coherent and diverse rewrites that obey a constraint while remaining close to the original document.
Outcome: The proposed model outperforms existing methods by generating coherent and diverse rewrites that obey the constraint while remaining close to the original document.
Dual Hierarchical Dialogue Policy Learning for Legal Inquisitive Conversational Agents (2026.findings-acl)

Copied to clipboard

Challenge: Existing systems for conversational AI are user-driven, but in many real-world situations, they do not extract information to achieve its own objectives.
Approach: They propose an inquisitive conversational agent that learns when and how to ask probing questions . they also propose a framework for a conversational ICA specifically tailored to the court .
Outcome: The proposed method outperforms single-agent RL baselines on a U.S. Supreme Court dataset.
LongWeave: A Long-Form Generation Benchmark Bridging Real-World Relevance and Verifiability (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing benchmarks for long-form generation assess real-world queries with hard-to-verify metrics or use synthetic setups that overlook real-life intricacies.
Approach: They propose a new approach that balances verifiable and real-world assessment with Target-Anchored Evaluation.
Outcome: The proposed model balances real-world and verifiable assessment with Target-Anchored Evaluation (TAE) it generates queries, textual materials, and anchors based on verifier targets within real-life scenarios .
DISK: Domain-constrained Instance Sketch for Math Word Problem Generation (2022.coling-1)

Copied to clipboard

Challenge: Existing methods for generating MWP text from equations are inflexible and require pre-defined templates.
Approach: They propose a neural model which generates MWPs from equations by constructing a Quantity Cell Graph from the retrieved MWp instance and reasoning over it.
Outcome: The proposed model performs impressively on educational MWP set and on human evaluation metrics.
P²Net: Parallel Pointer-based Network for Key Information Extraction with Complex Layouts (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods for key information extraction are based on a limited set of entity categories and fixed layouts.
Approach: They propose a large-scale, human-annotated dataset for key information extraction . it is based on a human-annotated layout and 1,162 entity categories . they propose 'parallel pointer-based network' that leverages implicit relationships .
Outcome: Experiments on widely-used datasets show that the proposed model outperforms state-of-the-art methods while maintaining fast inference speeds.
Can LLMs be Good Graph Judge for Knowledge Graph Construction? (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for converting unstructured text into structured Knowledge Graphs (KGs) have limitations such as large amount of noise, inaccurate knowledge, and hallucination .
Approach: They propose a GraphJudge framework to reduce noise in real-world documents . they propose Graphjudge to fine-tune a LLM as a graph judge to enhance quality .
Outcome: The proposed framework eliminates noise in real-world documents and improves the quality of generated KGs.
Enhancing Tool Retrieval with Iterative Feedback from Large Language Models (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing methods have shown that large language models can handle a certain amount of tools through in-context learning or fine-tuning.
Approach: They propose to enhance tool retrieval with iterative feedback from the large language model by prompting the tool usage model to provide feedback for the tool retriever model in multi-round.
Outcome: The proposed approach achieves advanced performance in both in-domain evaluation and out-of-domain assessment.
LFKQG: A Controlled Generation Framework with Local Fine-tuning for Question Generation over Knowledge Bases (2022.coling-1)

Copied to clipboard

Challenge: Existing KBQG models focus on the most relevant part of the answer entity, while neglecting the rest of the subgraph.
Approach: They propose a controlled generation framework for Question Generation over Knowledge Bases that generates questions with out-of-vocabulary (OOV) predicates.
Outcome: The proposed framework outperforms existing methods significantly on three widely-used benchmark datasets SimpleQuestion, PathQuestions, and WebQuestIONS.
PreAlign: Boosting Cross-Lingual Transfer by Early Establishment of Multilingual Alignment (2024.emnlp-main)

Copied to clipboard

Challenge: Large language models exhibit reasonable multilingual abilities, despite predominantly English-centric pretraining.
Approach: They propose a framework that establishes multilingual alignment prior to language model pretraining and preserves this alignment using a code-switching strategy during pretraining.
Outcome: Experiments in a synthetic English to English-Clone setting show that PreAlign outperforms standard multilingual joint training in language modeling, zero-shot cross-lingual transfer, and cross-linguistic knowledge application.
Multi-Modal Entities Matter: Benchmarking Multi-Modal Entity Alignment (2025.coling-main)

Copied to clipboard

Challenge: Existing MMEA datasets consider multi-modal data as attributes of textual entities, neglecting correlations between the multi-modal data.
Approach: They propose a multi-modal entity alignment dataset that models multi-dimensional data as textual entities in the MMKG.
Outcome: The proposed dataset can learn the structural information of entities by considering both intra-modal and cross-modal relations and infer the similarity of different types of entity pairs.
Navigating the Shadows: Unveiling Effective Disturbances for Modern AI Content Detectors (2024.acl-long)

Copied to clipboard

Challenge: Recent research indicates that AI-text detection systems lack robustness and struggle to effectively differentiate perturbed texts.
Approach: They propose to evaluate the robustness of current detection systems by using black-box text perturbation methods and adversarial learning experiments.
Outcome: The proposed methods assess the robustness of current detection models across perturbation granularities and the impact of perturbation data augmentation on the robustity of AI-text detectors.
Predicting Prerequisite Relations for Unseen Concepts (2022.emnlp-main)

Copied to clipboard

Challenge: Concept prerequisite learning (CPL) is a task of building a concept graph by structuring open knowledge in prerequisite relations.
Approach: They propose to use both content-based and graph-based models to build a concept graph by structuring open knowledge in prerequisite relations.
Outcome: The proposed approach improves F1 scores by 10% on three public benchmarks.
Dynamic-prototype Contrastive Fine-tuning for Continual Few-shot Relation Extraction with Unseen Relation Detection (2025.coling-main)

Copied to clipboard

Challenge: Existing approaches to learn relations from labeled data overlook task interference in continual learning and memory requirements for different relations.
Approach: They propose a framework to learn new relations from limited labeled data while preserving knowledge about previously learned relations.
Outcome: The proposed framework is more practical and comprehensive for real-world scenarios.
Hide and Seek in Noise Labels: Noise-Robust Collaborative Active Learning with LLMs-Powered Assistance (2024.acl-long)

Copied to clipboard

Challenge: Existing methods for learning from noisy labels are difficult to improve . existing methods identify noisy labels and use active learning to query experts .
Approach: They propose a collaborative learning framework to combine LLMs and small models for learning from noisy labels.
Outcome: The proposed framework outperforms state-of-the-art baselines on synthetic and real-world noise datasets.
HomeBench: Evaluating LLMs in Smart Homes with Valid and Invalid Instructions Across Single and Multiple Devices (2025.acl-long)

Copied to clipboard

Challenge: Existing state-of-the-art LLMs cannot perform well in situations where instructions are invalid or multiple devices are involved.
Approach: They propose to integrate large language models into smart home assistants by enhancing their ability to accurately understand user needs and respond appropriately.
Outcome: The proposed dataset is the first with valid and invalid instructions across devices . it achieves only 0.0% success rate in the scenario of invalid multi-device instructions .
GlobeSumm: A Challenging Benchmark Towards Unifying Multi-lingual, Cross-lingual and Multi-document News Summarization (2024.emnlp-main)

Copied to clipboard

Challenge: Current studies focus on single-language or single-document tasks for news summarization . lack of a benchmark inhibits researchers from adequately studying this invaluable problem.
Approach: They propose a novel task that unifies Multi-lingual, Cross-lingual and Multi-document Summarization into one task.
Outcome: The proposed task encapsulates the real-world requirements all-in-one and is validated by extensive analysis.
Detecting Emotional Incongruity of Sarcasm by Commonsense Reasoning (2025.coling-main)

Copied to clipboard

Challenge: Existing methods for sarcasm detection lack commonsense inferential ability when faced with complex situations.
Approach: They propose a commonsense reasoning framework for sarcasm detection based on commonsensense augmentation to supplement commonsence knowledge and infer the incongruity.
Outcome: The proposed framework is able to detect sarcasm in five datasets and is robust to complex scenarios.
Toxicity Red-Teaming: Benchmarking LLM Safety in Singapore’s Low-Resource Languages (2025.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) have transformed natural language processing, but their safety mechanisms remain under-explored in low-resource, multilingual settings.
Approach: They propose a red-teaming approach to probe LLM vulnerabilities in Singapore's diverse linguistic context using a dataset and evaluation framework.
Outcome: The proposed framework systematically probes LLM vulnerabilities in three real-world scenarios including Singlish, Chinese, Malay, and Tamil.
From Charts to Code: A Hierarchical Benchmark for Multimodal Models (2026.acl-long)

Copied to clipboard

Challenge: Chart2Code is a new benchmark for evaluating the natural language to chart code generation capabilities of large multimodal models.
Approach: They introduce Chart2Code, a new benchmark for evaluating the natural language to chart code generation capabilities of large multimodal models.
Outcome: The proposed benchmark is the first to scale task complexity while capturing diverse scenarios.
Can Knowledge Graphs Make Large Language Models More Trustworthy? An Empirical Study Over Open-ended Question Answering (2025.acl-long)

Copied to clipboard

Challenge: Existing benchmarks for integrating Knowledge Graphs with Large Language Models focus on closed-ended tasks, leaving a gap in evaluating performance on more complex, real-world scenarios.
Approach: They propose a benchmark to evaluate LLMs augmented with KGs in open-ended, real-world question answering settings.
Outcome: The proposed benchmark reflects practical complexities through diverse question types and incorporates metrics to quantify both hallucination rates and reasoning improvements in LLM+KG models.
FalAI: A Dataset for End-to-end Spoken Language Understanding in a Low-Resource Scenario (2024.lrec-main)

Copied to clipboard

Challenge: End-to-end (E2E) Spoken Language Understanding systems extract structured information from speech signals using a single model.
Approach: They propose to use a dataset to extract structured information from speech signals . they define splits for noisy audio, hesitant audio and audio where sentence has changed .
Outcome: The proposed model exploits acoustic information and avoids cascading errors . falAI dataset is the largest public SLU dataset in Galician and first to be obtained in low-resource scenario.
Generalization-Enhanced Code Vulnerability Detection via Multi-Task Instruction Fine-Tuning (2024.findings-acl)

Copied to clipboard

Challenge: Existing CodePre-trained models struggle to generalize due to superficial mapping from source code to labels instead of understanding the root causes of code vulnerabilities.
Approach: They propose a framework that integrates multi-task learning with Large Language Models to effectively mine deep-seated vulnerability features.
Outcome: The proposed framework surpasses seven state-of-the-art models in effectiveness, generalization, and robustness.
MODDP: A Multi-modal Open-domain Chinese Dataset for Dialogue Discourse Parsing (2024.findings-acl)

Copied to clipboard

Challenge: Existing benchmark datasets for discourse parsing are domain-specific and contain only textual modality . this makes it difficult to accurately understand the dialogue without multi-modal clues .
Approach: They propose a multi-modal Chinese discourse parsing dataset based on open-domain dialogues . they propose to integrate multi-modality into the original textual unimodal DDP model .
Outcome: The proposed dataset improves on the existing unimodal model by adding multimodalities to the model.
CoRAC: Integrating Selective API Document Retrieval with Question Semantic Intent for Code Question Answering (2025.naacl-long)

Copied to clipboard

Challenge: Existing automated code question answering methods provide accurate and relevant answers to questions about code.
Approach: They propose a knowledge-based framework that generates precise code question answers by analyzing code snippets.
Outcome: The proposed framework generates high-quality answers compared to large language models, such as ChatGPT.
A Transformer-based Threshold-Free Framework for Multi-Intent NLU (2022.coling-1)

Copied to clipboard

Challenge: Existing models for multi-intent natural language understanding mainly detect multiple intents on threshold settings.
Approach: They propose a transformer-based multi-intent NLU model with multi-task learning that exploits the information of the number of multiple intents in each utterance without additional manual annotations.
Outcome: The proposed model achieves superior results on two public multi-intent datasets.
Few-shot Link Prediction on Hyper-relational Facts (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods to predict missing elements in hyper-relational facts require high-quality data.
Approach: They propose a task to predict a missing entity in a hyper-relational fact with limited support instances.
Outcome: The proposed model outperforms existing models on three datasets.
Few-Shot Multimodal Named Entity Recognition Based on Mutlimodal Causal Intervention Graph (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods for multimodal named entity recognition are limited due to limited resources.
Approach: They propose a Few-shot Multimodal Named Entity Recognition task to address these relation types by constructing a multimodal graph and a new multimodal causal intervention strategy.
Outcome: The proposed model improves on two multimodal named entity recognition datasets.
Ask-before-Plan: Proactive Language Agents for Real-World Planning (2024.findings-emnlp)

Copied to clipboard

Challenge: despite the advancements of large language models, the potential of LLM-powered agents to comprehend ambiguous user instructions is still under exploration.
Approach: They propose a task that requires agents to predict clarification needs based on conversation and agentenvironment interaction and generate a plan to fulfill the user's demands.
Outcome: The proposed framework is based on a new ask-before-plan benchmark dataset.
Data Contamination Calibration for Black-box LLMs (2024.findings-acl)

Copied to clipboard

Challenge: Despite the rapid advancements of Large Language Models, the unchecked ultra-large-scale training sets introduce a series of potential risks like data contamination.
Approach: They propose a method to detect contaminated training data and diminish the contamination effect by using a to-be-released dataset.
Outcome: The proposed method outperforms existing methods by at least 4.5% on more 4 dataset formats, with more than 10 base LLMs.
HiDe-LLaVA: Hierarchical Decoupling for Continual Instruction Tuning of Multimodal Large Language Model (2025.acl-long)

Copied to clipboard

Challenge: Existing methods to improve instructionfollowing performance of MLLMs often trade off memory efficiency for performance gains, compromising overall efficiency.
Approach: They propose a task-specific expansion and task-general fusion framework based on variations in Centered Kernel Alignment (CKA) similarity across different model layers when trained on diverse datasets.
Outcome: The proposed framework improves performance compared to existing benchmarks.
AskToAct: Enhancing LLMs Tool Use via Self-Correcting Clarification (2025.emnlp-main)

Copied to clipboard

Challenge: Existing tools for ambiguous and incomplete queries are limited by manual construction and lack of error correction mechanisms during multi-turn clarification.
Approach: They propose a framework that exploits the mapping between queries and their tool invocation solutions by removing key parameters from queries while retaining them as ground truth.
Outcome: The proposed framework outperforms existing methods while maintaining high accuracy in tool invocation.
Towards More Robust NLP System Evaluation: Handling Missing Scores in Benchmarks (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing benchmarking approaches assume that all systems have scores available for all tasks, which is not always practical.
Approach: They propose a method to benchmark when some systems have scores missing on a task . they use a compatible partial ranking approach to impute missing data .
Outcome: The proposed method is validated on 131 million scores, larger than existing benchmarks.
PRIM: Towards Practical In-Image Multilingual Machine Translation (2025.emnlp-main)

Copied to clipboard

Challenge: Current research on in-image machine translation focuses on synthetic data with simple background, single font, fixed text position, and bilingual translation.
Approach: They propose an end-to-end model to handle the challenge of practical conditions in PRIM . they annotate a real-world one-line text image with complex background, fonts, diverse text positions .
Outcome: The proposed model improves translation quality and visual effect compared to other models.
Enhancing Data Quality through Simple De-duplication: Navigating Responsible Computational Social Science Research (2024.emnlp-main)

Copied to clipboard

Challenge: Social media data exhibits distinctive characteristics such as rapid and continual topic evolution.
Approach: They propose new protocols and best practices for improving dataset development from social media data and its usage.
Outcome: The proposed protocols and best practices improve the performance of social media datasets and their usage.
Optimizing Rare Word Accuracy in Direct Speech Translation with a Retrieval-and-Demonstration Approach (2024.emnlp-main)

Copied to clipboard

Challenge: Incorrect translation of rare words can severely degrade the accuracy of ST models .
Approach: They propose a retrieval-and-demonstration approach to enhance rare word translation accuracy in ST models by incorporating retrieved examples into ST models.
Outcome: The proposed approach outperforms other modalities and exhibits higher robustness to unseen speakers.
BioFEG: Generate Latent Features for Biomedical Entity Linking (2023.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to biomedical entity linking suffer from multiple types of errors due to the rarity of many biomedically relevant entities in real-world scenarios.
Approach: They propose a latent feature generation framework to generate latent semantic features for unseen entities to capture fine-grained coherence information of unseened entities.
Outcome: The proposed framework is superior to existing models on two benchmark datasets.
SOP-Maze: Evaluating Large Language Models on Complicated Business Standard Operating Procedures (2026.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) are widely deployed as domain-specific agents, but evaluation of their capabilities in such contexts has not been fully explored.
Approach: They propose a benchmark to evaluate LLMs' ability to follow instructions and make decisions in real-world scenarios.
Outcome: The proposed benchmark is constructed from real-world business data and adapted into 23 complex SOP scenarios.
MalURLBench: A Benchmark Evaluating Agents’ Vulnerabilities When Processing Web URLs (2026.findings-acl)

Copied to clipboard

Challenge: Existing models struggle to detect elaborately disguised malicious URLs, despite their ability to process malicious URL's.
Approach: They propose a benchmark to evaluate LLMs’ vulnerabilities to malicious URLs and a lightweight defense module to mitigate the vulnerability.
Outcome: The proposed framework analyzes 61,845 attack instances spanning 10 real-world scenarios and 7 categories of real malicious websites.
ACQUIRED: A Dataset for Answering Counterfactual Questions In Real-Life Videos (2023.emnlp-main)

Copied to clipboard

Challenge: despite its importance, there are few datasets that cover multimodal counterfactual reasoning . a dataset focusing on this area is limited because of its limited coverage over synthetic environments .
Approach: They develop a video question answering dataset that provides questions on multimodal reasoning . they ask questions about counterfactual hypotheses over visual events .
Outcome: The proposed dataset shows a significant performance gap between models and humans . it provides questions that span physical, social, and temporal dimensions .
FGraDA: A Dataset and Benchmark for Fine-Grained Domain Adaptation in Machine Translation (2022.lrec-1)

Copied to clipboard

Challenge: Recent research on domain adaptation neglects diversity in translation within a domain . current research on NMT models considers very broad target domains .
Approach: They propose a fine-grained domain adaptation task for autonomous vehicles, AI education, real-time networks, and smart phone.
Outcome: The proposed task is compared with a dataset of Chinese-English translation tasks for four sub-domains of information technology: autonomous vehicles, AI education, real-time networks, and smart phone.
Meeseeks: A Feedback-Driven, Iterative Self-Correction Benchmark evaluating LLMs’ Instruction Following Capability (2026.findings-acl)

Copied to clipboard

Challenge: Existing models lack the ability to adhere to instructions, resulting in suboptimal performance.
Approach: They propose an automated iterative instruction-following benchmark with integrated feedback mechanism.
Outcome: The proposed benchmark identifies erroneous components in model responses and provides feedback accurately.
OpenSep: Leveraging Large Language Models with Textual Inversion for Open World Audio Separation (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for audio separation are limited due to over-separation, under-serparation and dependence on predefined training sources.
Approach: They propose a framework that leverages large language models (LLMs) for automated audio separation, eliminating the need for manual intervention and overcoming source limitations.
Outcome: The proposed framework outperforms existing methods in separating new, unseen, and variable sources in real-world mixtures, and is available on github.
MMMU-Pro: A More Robust Multi-discipline Multimodal Understanding Benchmark (2025.acl-long)

Copied to clipboard

Challenge: Recent advances in multimodal large language models have led to progress in tackling complex reasoning tasks that combine textual and visual information.
Approach: They introduce a robust version of the Massive Multi-discipline Multimodal Understanding and Reasoning (MMMU) benchmark.
Outcome: The proposed model performs lower on MMMU-Pro than on the previous benchmark, ranging from 16.8% to 26.9%.
User Willingness-aware Sales Talk Dataset (2025.coling-main)

Copied to clipboard

Challenge: Despite the importance of user willingness, to the best of our knowledge, no previous study has addressed the development of automated sales talk dialogue systems that explicitly consider user willingness.
Approach: They developed a user willingness–aware sales talk collection by leveraging the ecological validity concept to elicit natural user willingness.
Outcome: The proposed system elicited user willingness at the utterance level from multiple perspectives and was able to improve the user's intent to purchase.
Navigating the Dual Facets: A Comprehensive Evaluation of Sequential Memory Editing in Large Language Models (2024.acl-long)

Copied to clipboard

Challenge: Memory Editing (ME) has emerged as an efficient method to modify erroneous facts or inject new knowledge into Large Language Models (LLMs).
Approach: They propose to evaluate LLMs with single edit only and parameter-modifying ME with parameter-preserving ME.
Outcome: The proposed method can maintain LLMs’ fundamental capabilities but struggles to accurately recall edited knowledge presented in a different format.
TabularMath: Understanding Math Reasoning over Tables with Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Mathematical reasoning has long been a key benchmark for evaluating large language models.
Approach: They propose a framework that transforms math word problems into scalable tabular reasoning tasks.
Outcome: The proposed framework transforms math word problems into scalable and verified tabular reasoning tasks.
RankCSE: Unsupervised Sentence Representations Learning via Learning to Rank (2023.acl-long)

Copied to clipboard

Challenge: Unsupervised sentence representation learning is one of the fundamental problems in natural language processing . contrastive learning methods fail to capture fine-grained ranking information among the sentences .
Approach: They propose a novel approach for unsupervised sentence representation learning that integrates ranking consistency and ranking distillation with contrastive learning into a unified framework.
Outcome: The proposed approach performs better over state-of-the-art models on STS and TR tasks.
Weed Out, Then Harvest: Dual Low-Rank Adaptation is an Effective Noisy Label Detector for Noise-Robust Learning (2025.findings-acl)

Copied to clipboard

Challenge: Experimental results show that PEFT can fine-tune language models without relying on perfectly labeled datasets.
Approach: They propose a framework that decouples sample selection from model training by introducing clean and noisy LoRA.
Outcome: The proposed framework decouples sample selection from model training.
Noise-Robust Fine-Tuning of Pretrained Language Models via External Guidance (2023.findings-emnlp)

Copied to clipboard

Challenge: Pretrained Language Models (PLMs) are advanced but data labels are noisy due to the complex annotation process.
Approach: They propose a framework for fine-tuning PLMs using noisy labels that incorporates guidance from Large Language Models like ChatGPT.
Outcome: Experiments on synthetic and real-world noisy datasets show that the proposed framework outperforms the state-of-the-art framework.
Soft Orthogonal Low-Rank Adaptation for Knowledge Sharing in Large Language Model Continual Learning (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for continual learning (CL) are designed to mitigate catastrophic forgetting while neglecting knowledge sharing across tasks.
Approach: They propose a framework that facilitates knowledge transfer while mitigating catastrophic forgetting by assigning task-specific parameter subspaces to new tasks . they then leverage attribution scores to evaluate task similarity and employ soft orthogonality between task- specific subspace .
Outcome: The proposed framework facilitates knowledge transfer while mitigating catastrophic forgetting.
Reading Order Matters: Information Extraction from Visually-rich Documents by Token Path Prediction (2023.emnlp-main)

Copied to clipboard

Challenge: Recent advances in multimodal pre-trained models have significantly improved information extraction from visually-rich documents (VrDs).
Approach: They propose a method to predict token sequences within visually-rich documents by a simple prediction head.
Outcome: The proposed method can be used to predict token mentions as token sequences within documents.
Hearing Lips in Noise: Universal Viseme-Phoneme Mapping and Transfer for Robust Audio-Visual Speech Recognition (2023.acl-long)

Copied to clipboard

Challenge: Existing efforts to improve robustness of audio-visual speech recognition with visual information focus on audio modality . current approaches introduce noise adaptation techniques to improve reliability of AVSR task .
Approach: They propose a visual-invariant modality to strengthen robustness of audio-visual speech recognition (AVSR) it can adapt to any testing noises without dependence on noisy training data, a.k.a., unsupervised noise adaptation.
Outcome: The proposed method outperforms existing state-of-the-arts on visual speech recognition task under various noisy and clean conditions.
SCOP: Evaluating the Comprehension Process of Large Language Models from a Cognitive View (2025.acl-long)

Copied to clipboard

Challenge: despite the potential of large language models, it is difficult to fully count on them in real-world scenarios.
Approach: They propose to examine how LLMs perform during the comprehension process from a cognitive perspective.
Outcome: The proposed model analyzes how LLMs perform during the comprehension process from a cognitive perspective.
Context-attended Adversarial Reinforcement Learning for Robust Multi-step Retrieval Augmented Generation (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to multi-step retrieval-augmented generation are susceptible to retrieval noise and fabricated documents in real-world scenarios.
Approach: They propose a framework for multi-step retrieval-augmented generation that incorporates external knowledge into a retriever to generate responses from adversarial samples.
Outcome: The proposed framework improves performance in multiple noisy scenarios and can be used to improve multi-step retrieval-augmented generation.
A Troublemaker with Contagious Jailbreak Makes Chaos in Honest Towns (2025.acl-long)

Copied to clipboard

Challenge: Existing research focuses on single-agent attacks and shared memory attacks, but real-world scenarios often involve independent memory.
Approach: They propose a large-scale, multi-agent, multitopology attack evaluation framework that exploits the memory of an agent to make it more vulnerable to jailbreak attacks.
Outcome: The proposed framework improves on the troublemaker makes chaos in Honest Town task with 23.51%, 18.95%, and 52.93% improvements in line, star topologies, and 100-agent settings.
MAGIC-VQA: Multimodal And Grounded Inference with Commonsense Knowledge for Visual Question Answering (2025.findings-acl)

Copied to clipboard

Challenge: Existing Large Vision-Language Models (LVLMs) lack integrated commonsense knowledge . lack of integrated common knowledge limits their robustness and accuracy in VQA .
Approach: They propose a framework to enhance multimodal inference by integrating commonsense reasoning.
Outcome: MAGIC-VQA improves comprehensive benchmark datasets, surpassing existing models in tasks requiring advanced commonsense reasoning.
Revisit Self-Debugging with Self-Generated Tests for Code Generation (2025.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) have made significant advances in code generation, but they still face challenges when tackling complex programming tasks beyond their basic capabilities.
Approach: They propose to integrate self-generated tests into the code generation process . they propose to use post-execution and in-exection self-debugging to mitigate test bias .
Outcome: The proposed method improves the performance of large language models in code generation tasks by leveraging execution feedback from tests.
FAME: Towards Factual Multi-Task Model Editing (2024.emnlp-main)

Copied to clipboard

Challenge: Large language models embed extensive knowledge and perform exceptionally well across tasks. outdated knowledge or factual errors within LLMs can lead to misleading or incorrect responses.
Approach: They propose to use a dataset to enhance the practicality of model editing to correct inaccurate information within LLMs.
Outcome: The proposed method performs excellently across tasks and scenarios, confirming its practicality.
When Instructions Multiply: Measuring and Estimating LLM Capabilities of Multiple Instructions Following (2025.findings-emnlp)

Copied to clipboard

Challenge: a large number of languages are increasingly used to evaluate their ability to follow multiple instructions simultaneously.
Approach: They propose two benchmarks to evaluate LLMs' ability to follow multiple instructions simultaneously . they use many instruction-following eval and style-aware Mostly Basic programming problems .
Outcome: The proposed models predict performance on unseen instruction combinations and not used during training with 10% error.
InfiniPot: Infinite Context Processing on Memory-Constrained LLMs (2024.emnlp-main)

Copied to clipboard

Challenge: InfiniPot is a KV cache control framework that can handle long input contexts without additional training.
Approach: They propose a KV cache control framework that can handle long input contexts efficiently without additional training.
Outcome: The proposed framework outperforms models trained for long contexts in various NLP tasks and is highly efficient and versatile.
Retrieval-augmented GUI Agents with Generative Guidelines (2025.emnlp-main)

Copied to clipboard

Challenge: GUI agents powered by vision-language models struggle with real-world tasks due to their complex nature and limited training data.
Approach: They propose a lightweight vision-language model that leverages web tutorials at inferencetime to synthesize GUI agents.
Outcome: The proposed agent outperforms baseline GUI agents and surpasses other inference baselines by 2.6% to 13.3% across two model sizes.
FinLFQA: Evaluating Attributed Text Generation of LLMs in Financial Long-Form Question Answering (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing benchmarks focus on simple attribution that retrieves textual evidence as references.
Approach: They propose a benchmark to evaluate the ability of large language models to generate reliable attributions.
Outcome: The proposed benchmark evaluates the ability of LLMs to generate long-form answers with reliable and nuanced attributions.
Boosting Prompt-Based Self-Training With Mapping-Free Automatic Verbalizer for Multi-Class Classification (2023.findings-emnlp)

Copied to clipboard

Challenge: Recent prompt-based fine-tuning techniques have garnered considerable interest as a core technique for few-shot text classification tasks.
Approach: They propose a prompt-based fine-tuning approach that reformulates the fine-uning objective to align with the Masked Language Modeling objective.
Outcome: The proposed method has shown superior performance on five multi-class classification datasets.
Making Large Language Models Better Data Creators (2023.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) have advanced the field of NLP significantly, but deploying them for downstream applications is still challenging due to cost, responsiveness, control, or concerns around privacy and security.
Approach: They propose a unified data creation pipeline that requires only a single formatting example.
Outcome: The proposed pipeline can generate data with a single formatting example.
Remember This Event That Year? Assessing Temporal Information and Understanding in Large Language Models (2024.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) are increasingly ubiquitous, yet their ability to effectively retain and reason about temporal information remains limited.
Approach: They propose six metrics to assess three learning paradigms to enhance temporal knowledge acquisition.
Outcome: The proposed methods improve performance and reduce incorrect outputs.
Adaptive Question Answering: Enhancing Language Model Proficiency for Addressing Knowledge Conflicts with Source Citations (2024.emnlp-main)

Copied to clipboard

Challenge: Existing work on citation generation has focused on unambiguous settings with single answers, failing to address the complexity of real-world scenarios.
Approach: They propose a task of QA with source citation in ambiguous settings where multiple valid answers exist, where multiple sources exist.
Outcome: The proposed framework generates multiple answers and cites their sources, allowing users to verify the factuality of each answer and make informed decisions.
Retrieving to Recover: Towards Incomplete Audio-Visual Question Answering via Semantic-consistent Purification (2026.acl-long)

Copied to clipboard

Challenge: Recent audio-visual question answering methods lack effective mechanisms for handling missing modalities, leading to performance degradation in real-world scenarios with data interruptions.
Approach: They propose a framework that shifts the paradigm of missing modality handling to retrieval-based recovery . they leverage cross-modal retrieval via unified semantic embeddings to acquire missing domain-specific knowledge.
Outcome: The proposed framework improves AVQA and enhances robustness in modal-incomplete scenarios.
SAFE-SQL: Self-Augmented In-Context Learning with Fine-grained Example Selection for Text-to-SQL (2025.emnlp-main)

Copied to clipboard

Challenge: Text-to-SQL aims to convert natural language questions into executable SQL queries.
Approach: They propose a framework that generates and filters self-augmented examples for SQL generation . using self-generated examples, they surpass previous zero-shot and few-shot frameworks .
Outcome: The proposed framework surpasses the previous zero-shot and few-shot frameworks, achieving higher execution accuracy.
Dual-oriented Disentangled Network with Counterfactual Intervention for Multimodal Intent Detection (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for multimodal intent detection have two limitations: (i) close entanglement of multimodal semantics with modal structures; (ii) insufficient learning of causal effects of semantic and modality-specific information on the final predictions.
Approach: They propose a Dual-oriented Disentangled Network with Counterfactual Intervention model that decouples semantics-oriented and modality-oriented representations and a Counterfective Intervention Module that applies causal inference to understand causal effects by injecting confounders.
Outcome: The proposed model overcomes key limitations in existing systems by effectively disentangling and utilizing modality-specific and multimodal semantic information.
GenKIE: Robust Generative Multimodal Document Key Information Extraction (2023.findings-emnlp)

Copied to clipboard

Challenge: Key information extraction (KIE) is a key application for information retrieval and text mining.
Approach: They propose a novel generative end-to-end model, named GenKIE, to address the KIE task.
Outcome: The proposed model generalizes over different types of documents and achieves state-of-the-art results.
Disentangling Logic: The Role of Context in Large Language Model Reasoning Capabilities (2025.findings-acl)

Copied to clipboard

Challenge: Using large language models, large language model models can be used to evaluate reasoning abilities in context-rich scenarios.
Approach: They construct datasets for both propositional logic and abductive logic reasoning with four difficulty levels across 12 distinct domains based on Wikipedia categorization and those with purely abstract variables.
Outcome: The proposed model can be used to benchmark LLMs in real-world scenarios, but not in context-rich scenarios.
Towards One-to-Many Visual Question Answering (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing Visual Question Answering systems are constrained to support domain-specific questions . a model trained on a single specific domain may not be competent for real-world application.
Approach: They propose a task to enable a single model to answer as many different domains of questions as possible . they break the task down into the integration of three key abilities .
Outcome: The proposed model can answer as many domains of questions as possible, the authors argue . the proposed model generalizes well to three extra zero-shot datasets, and the results are published.
Robust AI-Generated Text Detection by Restricted Embeddings (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches for artificial text detection are score-based and classifier-based . however, score-driven methods often rely on a score-derived score.
Approach: They investigate the ability of classifier-based detectors to transfer to unseen generators or semantic domains.
Outcome: The proposed methods improve the out-of-distribution classification score by up to 9% and 14%.
Towards IP Intelligence: Benchmarking Large Language Models on Intellectual Property Knowledge and Practice (2026.findings-acl)

Copied to clipboard

Challenge: Existing datasets and benchmarks focus only on patents or cover limited aspects of the IP field, lacking alignment with real-world scenarios.
Approach: They propose a bilingual IP task taxonomy and a large-scale bilingual benchmark to evaluate LLMs in real-world IP practice.
Outcome: The proposed model achieves only 75.8% accuracy, indicating room for improvement . open-source IP and law-oriented models lag behind closed-source general-purpose models .
Step-by-Step Mastery: Enhancing Soft Constraint Following Ability of Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: In real-world scenarios, user instructions often contain soft constraints, which are semantically related and cannot be rule-based verified, posing challenges for large language models.
Approach: They propose a pipeline to construct datasets with high-quality outputs for instructions containing soft constraints automatically and use Direct Preference Optimization (DPO) as the training method.
Outcome: The proposed model improves the LLMs' soft constraint following ability by using direct preference optimization (DPO) and constraint quantity.
A Survey of Ontology Expansion for Conversational Understanding (2024.emnlp-main)

Copied to clipboard

Challenge: Current methods for conversational understanding rely on static ontologies, limiting their ability to handle new and unforeseen user needs.
Approach: They propose to review the state-of-the-art techniques in OnExp for conversational understanding and highlight emerging frontiers . they categorize existing literature into three main areas: (1) New Intent Discovery, (2) New Slot-Value Discovery, and (3) Joint OnExp.
Outcome: The proposed methods highlight several emerging frontiers in OnExp to improve agent performance in real-world scenarios and discuss their corresponding challenges.
DocMEdit: Towards Document-Level Model Editing (2025.findings-acl)

Copied to clipboard

Challenge: Existing models only output short phrases or sentences, raising doubts about their practical usability.
Approach: They propose a dataset focused on document-level model editing that aims to correct errors and outdated knowledge in Large language models (LLMs) they propose to use document-based model editing to improve model capabilities in real-world scenarios.
Outcome: The proposed model editing task improves model capabilities in real-world scenarios and reduces the cost of retraining.
ToolPlanner: A Tool Augmented LLM for Multi Granularity Instructions with Path Planning and Feedback (2024.emnlp-main)

Copied to clipboard

Challenge: Recent studies have shown that tool-augmented large language models can interact with external tools in multiple rounds and provide a final answer.
Approach: They propose a tool-augmented large language model that can interact with external tools in multiple rounds and provide a final answer to an instruction.
Outcome: The proposed framework significantly improves Match Rate, Pass Rate and Win Rate by 26.8%, 20.2%, and 5.6% compared to the SOTA model.
Exposing Numeracy Gaps: A Benchmark to Evaluate Fundamental Numerical Abilities in Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks focus on linguistic competence or structured mathematical problem-solving, neglecting fundamental numerical reasoning required in real-world scenarios.
Approach: They propose a benchmark to evaluate numerical capabilities for large language models . they use a dataset to assess number recognition, arithmetic operations, contextual retrieval, comparison, summary, and multi-step reasoning.
Outcome: The proposed benchmark evaluates six fundamental numerical capabilities: number recognition, arithmetic operations, contextual retrieval, comparison, summary, and multi-step reasoning.
From KMMLU-Redux to Pro: A Professional Korean Benchmark Suite for LLM Evaluation (2025.findings-emnlp)

Copied to clipboard

Challenge: Using Korean expert-level benchmarks, Large Language Models can be developed in real-world scenarios.
Approach: They introduce two Korean expert-level benchmarks that reflect professional knowledge in Korea.
Outcome: The proposed benchmarks represent professional knowledge in Korea.
Beyond Benchmarks: A Capability-Based Maturity Model for Systematic AI Integration in Hospitals (2026.findings-acl)

Copied to clipboard

Challenge: Current Large Language Models (LLMs) excel in standardized tests focused on medical knowledge recall, but not in real-world healthcare scenarios.
Approach: They propose a "capability-based hospital AI Maturity Model" framework that categorizes capabilities into distinct maturity levels . medical artificial intelligence is currently at a critical transition stage from technical verification to deep clinical integration .
Outcome: The proposed model provides a clear, stepwise evolutionary path for hospitals from foundational infrastructure construction to ubiquitous intelligence.
PEAP: Proactive Embodied Action Sequence Planning with Joint Understanding of Vision and Audio Perception (2026.acl-long)

Copied to clipboard

Challenge: Embodied action sequence planning focuses on the capability of embodied agents to implement action planning via environmental perception without explicit human instructions.
Approach: They propose to use a multimodal dataset to evaluate the performance of multiple large language models to evaluate their models' environmental perception capabilities.
Outcome: The proposed model shows that it lacks accurate environmental perception capabilities and that it can improve on the PEAP dataset.
C²RBench: A Chinese Complex Reasoning Benchmark for Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks often fail to capture complex multi-step reasoning demands inherent in real-world scenarios.
Approach: They propose a benchmark to evaluate multi-step, multimodal advanced reasoning of large language models.
Outcome: The proposed benchmark exceeds existing benchmarks in cognitive complexity and accuracy by over 90% . it features 1,115 carefully curated Chinese tasks organized into eight domain-specific subsets . evaluations of 20 LLMs and 24 multimodal large language models reveal critical performance gaps .
MTabVQA: Evaluating Multi-Tabular Reasoning of Language Models in Visual Space (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing benchmarks address single tables or non-visual data, leaving a critical gap . MTabVQA comprises 3,745 complex question-answer pairs .
Approach: They propose a benchmark specifically designed for multi-tabular visual question answering that measures the ability to parse diverse table images and correlate information across them.
Outcome: The proposed benchmarks show that fine-tuning VLMs with MTabVQA-Instruct significantly improves their reasoning abilities.
MMRC: A Large-Scale Benchmark for Understanding Multimodal Large Language Model in Real-World Conversation (2025.acl-long)

Copied to clipboard

Challenge: Existing multimodal large language models lack the ability to memorize, recall, and reason in sustained interactions.
Approach: They propose a multimodal real-world conversation benchmark for evaluating open-ended abilities of multimodal large language models.
Outcome: The proposed benchmarks show that the models perform better in open-ended conversations.
Not All Contexts Are Equal: Teaching LLMs Credibility-aware Generation (2024.emnlp-main)

Copied to clipboard

Challenge: Existing RAG paradigms suffer from the impact of flawed information introduced during the retrieval phrase, thereby diminishing the reliability and correctness of the generated output.
Approach: They propose a framework that empowers models to discern and process information based on its credibility.
Outcome: The proposed framework outperforms existing models with retrieval augmentation and exhibits robustness despite increasing noise in the context.
Continual Test-time Adaptation for End-to-end Speech Recognition on Noisy Speech (2024.emnlp-main)

Copied to clipboard

Challenge: Current ASR TTA methods focus on non-continual TTA, which limits cross-sample knowledge learning compared to continual TTA.
Approach: They propose a Fast-slow TTA framework that leverages the advantage of continual and non-continual TTA and a Dynamic SUTA method that automatically detects domain shifts and resets the model.
Outcome: The proposed method outperforms non-continual and continual TTA methods while maintaining robustness to domain shifts without requiring domain boundary information.
LLM-Guided Semantic Relational Reasoning for Multimodal Intent Recognition (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for understanding intents from multimodal signals exhibit limitations in their modality-level reliance, constraining relational reasoning over fine-grained semantics for complex intent understanding.
Approach: They propose a method that harnesses the expansive knowledge of large language models to establish semantic foundations that boost smaller models’ relational reasoning performance.
Outcome: The proposed method outperforms state-of-the-art methods on multimodal intent and dialogue act recognition tasks and shows consistent performance gains across diverse semantic understanding scenarios.
PSYDIAL: Personality-based Synthetic Dialogue Generation Using Large Language Models (2024.lrec-main)

Copied to clipboard

Challenge: a new pipeline for personality-based synthetic dialogues is being developed in Korea . a dataset curated by large language models is needed to generate human-like dialogues .
Approach: They propose a personality-based synthetic dialogue data pipeline to elicit responses from large language models via prompting.
Outcome: The proposed pipeline generates human-like dialogues considering real-world scenarios when users engage with chatbots.
TriSPrompt: A Hierarchical Soft Prompt Model for Multimodal Rumor Detection with Incomplete Modalities (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing multimodal rumor detection methods focus on learning joint modality representations from complete multimodal training data, rendering them ineffective in addressing the common occurrence of missing modalities in real-world scenarios.
Approach: They propose a hierarchical soft prompt model TriSPrompt which integrates three types of prompts to effectively detect rumors in incomplete multimodal data.
Outcome: The proposed model achieves an accuracy gain of over 13% compared to state-of-the-art models.
MPBoCo: Multimodal Prompt-based Boundary-enhanced Continual Framework for Joint Entity and Relation Extraction (2026.acl-long)

Copied to clipboard

Challenge: Existing methods struggle to balance real-time adaptability and computational efficiency in continual learning scenarios.
Approach: They propose a Continual Multimodal Entity and Relation Joint Extraction task and a Multimodal Prompt-based Boundary-enhanced Continuum framework that stores task-specific knowledge via learnable multimodal prompts.
Outcome: The proposed framework outperforms baseline methods in real-world scenarios by 5.5% and 7.2%.
Restoring Ancient Ideograph: A Multimodal Multitask Neural Network Approach (2024.lrec-main)

Copied to clipboard

Challenge: despite efforts to preserve cultural relics, many ancient artefacts have fallen prey to ravages of time, natural deterioration, or deliberate human actions.
Approach: They propose a multimodal multitask restoration model that uses visual and context understanding to restore ancient texts.
Outcome: The proposed model predicts damaged characters and generates restored images simultaneously.
PRMBench: A Fine-grained and Challenging Benchmark for Process-Level Reward Models (2025.acl-long)

Copied to clipboard

Challenge: Recent large language models (LLMs) have achieved significant performance in complex reasoning tasks such as mathematics and code generation.
Approach: They propose a process-level benchmark specifically designed to assess the fine-grained error detection capabilities of PRMs.
Outcome: The proposed model measures the accuracy, soundness, and sensitivity of 25 models across open-source and closed-source large language models.
Communication-Efficient and Tensorized Federated Fine-Tuning of Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) excel in translation and summarization due to the capabilities of transformer architectures.
Approach: They propose to integrate tensorized adapters into model encoder/decoder blocks to improve model adaptability against data heterogeneity.
Outcome: Experiments on large-scale cross-device FL and large-silo FL show that the proposed methods perform on par or even better than existing federated PEFT approaches while reducing communication cost.
Retrieval Models Aren’t Tool-Savvy: Benchmarking Tool Retrieval for Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) suffer from inherent inabilities to interact with the physical world and access vast, up-to-date knowledge.
Approach: They propose a tool retrieval benchmark for large language models (LLMs) that includes 7.6k diverse retrieval tasks and a corpus of 43k tools.
Outcome: The proposed model performs poorly on the heterogeneous tool retrieval benchmark, resulting in low pass rate and low retrieval quality.
How Large Language Models Balance Internal Knowledge with User and Document Assertions (2026.findings-acl)

Copied to clipboard

Challenge: Large language models often need to balance their internal parametric knowledge with external information, such as user beliefs and content from retrieved documents, in real-world scenarios like RAG or chat-based systems.
Approach: They propose a three-source interaction framework to evaluate 27 large language models from 3 families on 2 datasets.
Outcome: The proposed framework systematically evaluates 27 large language models from 3 families on 2 datasets.
Beyond Generation: Leveraging LLM Creativity to Overcome Label Bias in Classification (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods to mitigate label bias by leveraging in-domain data are often unavailable in real-world scenarios.
Approach: They propose a calibration method that generates synthetic in-domain data from a few in-context demonstrations and utilizes it for calibration.
Outcome: The proposed method reduces label bias by leveraging in-domain data from demonstrations.
TIU-Bench: A Benchmark for Evaluating Large Multimodal Models on Text-rich Image Understanding (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing text-rich image understanding benchmarks lack scale and fragmented scenarios . a new full-image structured output format is proposed to enable fine-grained evaluation of perception and reasoning capabilities.
Approach: They propose a large-scale, multilingual benchmark that includes over 100,000 annotations and 22,000 question-answer pairs.
Outcome: The proposed framework provides a comprehensive platform for developing and evaluating next-generation multimodal AI systems.
CopySpec: Accelerating LLMs with Speculative Copy-and-Paste (2025.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) suffer from slower inference as context size grows, but CopySpec leverages larger contexts to accelerate inference.
Approach: They propose a technique that speculates that the same tokens will follow repeated sequences in the model’s chat history or context and enables seamless copying without compromising output quality.
Outcome: The proposed technique can generate responses that closely resemble previous outputs or responses that can be verbatim extracted from context without compromising output quality and without requiring additional GPU memory.
Weaving Context Across Images: Improving Vision-Language Models through Focus-Centric Visual Chains (2025.acl-long)

Copied to clipboard

Challenge: Existing vision-language models struggle to disentangle information scattered across complex visual inputs, leading to performance degradation.
Approach: They propose a focus-centric visual chain paradigm that enhances VLMs’ perception, comprehension, and reasoning abilities in multi-image scenarios.
Outcome: The proposed approach achieves average performance gains of 3.16% and 2.24% across two distinct model architectures, without compromising the general vision-language capabilities.
CRITICTOOL: Evaluating Self-Critique Capabilities of Large Language Models in Tool-Calling Error Scenarios (2025.emnlp-main)

Copied to clipboard

Challenge: a number of tools are used to perform complex tasks, but the tool utilization process can cause errors.
Approach: They propose a critique evaluation benchmark for tool learning that analyzes function-calling errors on tool evaluation benchmarks.
Outcome: The proposed critique evaluation benchmark holds diverse tool-use errors with varying complexities, which better reflects real-world scenarios.
AgentGym: Evaluating and Training Large Language Model-based Agents across Diverse Environments (2025.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) are promising foundations to build generally-capable agents . however, the community lacks a unified interactive framework that covers diverse environments for comprehensive evaluation of agents.
Approach: They propose a framework that features 7 real-world scenarios, 14 environments, and 89 tasks for unified, real-time, and concurrent agent interaction.
Outcome: The proposed framework features 7 real-world scenarios, 14 environments, and 89 tasks for unified, real-time, and concurrent agent interaction.
DICE-BENCH: Evaluating the Tool-Use Capabilities of Large Language Models in Multi-Round, Multi-Party Dialogues (2025.findings-acl)

Copied to clipboard

Challenge: Existing function-calling benchmarks focus on single-turn interactions but ignore complexity of real-world scenarios.
Approach: They propose a framework that constructs practical function-calling datasets by synthesizing conversations through a tool graph that maintains dependencies across rounds.
Outcome: The proposed framework synthesizes conversations through a tool graph that maintains dependencies across rounds and a multi-agent system with distinct personas to enhance dialogue naturalness.
Hierarchical Memory Organization for Wikipedia Generation (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for generating Wikipedia articles do not utilize memory directly for outline generation.
Approach: They propose a method to generate Wikipedia articles autonomously by leveraging a hierarchical memory architecture.
Outcome: The proposed framework outperforms baseline methods in producing informative and reliable articles.
The Task Shield: Enforcing Task Alignment to Defend Against Indirect Prompt Injection in LLM Agents (2025.acl-long)

Copied to clipboard

Challenge: Large Language Model (LLM) agents are becoming conversational assistants . indirect prompt injection attacks pose a critical threat to these systems .
Approach: They propose a novel and orthogonal perspective that reframes agent security . they propose 'task shield' that verifies whether each instruction and tool call contributes to user objectives .
Outcome: The proposed defense reduces attack success rates while maintaining high task utility on the AgentDojo benchmark.
QA-MoE: Towards a Continuous Reliability Spectrum with Quality-Aware Mixture of Experts for Robust Multimodal Sentiment Analysis (2026.acl-long)

Copied to clipboard

Challenge: Existing models that use multimodal inputs are often noisy or incomplete.
Approach: They propose a Quality-Aware Mixture-of-Experts framework that quantifies modality reliability via aleatoric uncertainty.
Outcome: The proposed framework is competitive or state-of-the-art across diverse degradation scenarios and exhibits a promising One-Checkpoint-for-all property in practice.
LiveLongBench: Tackling Long-Context Understanding for Spoken Texts from Live Streams (2026.findings-acl)

Copied to clipboard

Challenge: Existing studies show that spoken text exhibits unique linguistic properties, such as high redundancy and repetitive phrases.
Approach: They propose a long-text dataset that better handles redundancy in spoken text . their results highlight key limitations of current methods and suggest future directions .
Outcome: The proposed benchmark improves existing methods and improves on redundancy in spoken text.
PACHAT: Persona-Aware Speech Assistant for Multi-party Dialogue (2025.emnlp-main)

Copied to clipboard

Challenge: Extensive research on spoken dialogue systems has advanced the development of intelligent voice assistants, but integration of role information within speech remains an underexplored area.
Approach: They propose a language-based spoken dialogue system that integrates role information within speech to generate contextually appropriate responses.
Outcome: The proposed architecture achieves speaker-specific responses, character understanding, and the generation of targeted replies in multi-party dialogue scenarios, surpassing existing spoken dialogue systems.
IMOL: Incomplete-Modality-Tolerant Learning for Multi-Domain Fake News Video Detection (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for fake news video detection focus on a specific domain and assume multiple modalities.
Approach: They propose an incomplete-modality-tolerant learning framework for fake news video detection . they use cross-modal consistency to reconstruct missing modalities and transferable knowledge through cross-sample reasoning .
Outcome: The proposed framework improves performance and robustness of multi-domain fake news video detection while generalizing to unseen domains under incomplete modality conditions.
Multimodal Coreference Resolution for Chinese Social Media Dialogues: Dataset and Benchmark Approach (2025.acl-long)

Copied to clipboard

Challenge: Multimodal coreference resolution (MCR) aims to identify mentions referring to the same entity across different modalities, such as text and visuals.
Approach: They propose a Chinese multimodal coreference dataset based on Douyin short-video platform to help researchers understand multimodal content.
Outcome: The proposed dataset pairs short videos with corresponding textual dialogues from user comments and includes manually annotated coreference clusters for person mentions in the text and the coreferential person head regions in the corresponding video frames.
Learning on Imbalanced Noisy Data via Debiased Sample Selection and LLM-Driven Annotation (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to learning with noisy labels are prone to selection bias and training bias . obtaining large-scale high-quality datasets is expensive and time-consuming in practical scenarios .
Approach: They propose an imbalanced learning with noisy labels task to let model learn from noisy labels . they first conduct debiased sample selection to better separate clean samples from noisy samples . then they feed selected clean samples to active annotator large language models for re-annotating noisy samples.
Outcome: The proposed method is superior to existing methods on synthetic and real-world datasets.
ReFreeKV: Towards Threshold-Free KV Cache Compression (2026.findings-acl)

Copied to clipboard

Challenge: Towards the KV cache efficiency, we propose a new objective that lifts the threshold constraints for robust KV compression.
Approach: They propose a method that adjusts KV cache budgets while preserving full-cache performance.
Outcome: The proposed method can reduce memory consumption while preserving full-cache performance.
Waste-Bench: A Comprehensive Benchmark for Evaluating VLLMs in Cluttered Environments (2025.emnlp-main)

Copied to clipboard

Challenge: Recent advances in Large Language Models (LLMs) have paved the way for VisionLarge Language Model (VLLM) capabilities have not been thoroughly explored in cluttered datasets where there is complex environment having deformedshaped objects.
Approach: They propose a dataset specifically designed for waste classification in real-world scenarios, characterized by complex environments and deformed shaped objects.
Outcome: The proposed dataset provides valuable insights into the performance of VLLMs under challenging conditions.
Massively Multilingual Joint Segmentation and Glossing (2026.acl-long)

Copied to clipboard

Challenge: Existing models generate morpheme-level glosses but assign them to whole words without predicting the actual morphological boundaries, making them less interpretable and therefore untrustworthy to human annotators.
Approach: They propose to use neural networks to predict interlinear glosses and morphological segmentation from raw text.
Outcome: The proposed model outperforms GlossLM on glossing and beats open-source models on segmentation, glossing, and alignment.
GSM-Noise: Exploring and Enhancing Large Language Models’ Reasoning under Noisy Inputs (2026.findings-acl)

Copied to clipboard

Challenge: Large language models struggle when dealing with complex, ill-formed, or noisy inputs . open-source models are less robust, while closed-source ones are more robust .
Approach: They propose to use GSM-Noise to refine inputs before engaging in in-depth analysis to improve LLM robustness under noisy conditions.
Outcome: The proposed model can achieve consistent performance gains under noisy conditions with prompt engineering, supervised finetuning, and reinforcement learning.
DetectRL-X: Towards Reliable Multilingual and Real-World LLM-Generated Text Detection (2026.acl-long)

Copied to clipboard

Challenge: Existing detectors are limited in their ability to detect large language models generated content in multilingual environments.
Approach: They propose a multilingual benchmark to evaluate advanced detectors across 8 dimensions to better align with real-world applications.
Outcome: The proposed benchmark encompasses 8 languages commonly used in commercial contexts and collects human-written texts from 6 domains highly susceptible to LLM misuse.
v-HUB: A Benchmark for Video Humor Understanding from Vision and Sound (2026.acl-long)

Copied to clipboard

Challenge: Humor enriches our daily lives and appears in many forms, from jokes and cartoons to comedies and viral videos.
Approach: They introduce a video humor understanding benchmark to test their ability to understand humor from visual cues.
Outcome: The proposed video humor understanding benchmark is based on a collection of short videos . it features rich annotations and a study of environmental sound that can enhance humor .
Chinese Toxic Language Mitigation via Sentiment Polarity Consistent Rewrites (2025.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) can be effective at rewriting toxic content, but they often default to overly polite rewrites, distorting the emotional tone and communicative intent.
Approach: They evaluate 17 large language models with variant architectures to evaluate their ability to rewrite toxic content while preserving the speaker's original intent.
Outcome: The first Chinese detoxification dataset explicitly designed to preserve sentiment polarity is evaluated across five real-world scenarios.
BAPO: Boundary-Aware Policy Optimization for Reliable Agentic Search (2026.findings-acl)

Copied to clipboard

Challenge: Existing RL-based agentic search models fail to recognize reasoning boundaries and rarely admit "I DON'T KNOW" lack of reliability leads to plausible but unreliable answers, introducing significant risks .
Approach: They propose a framework to cultivate reliable boundary awareness without compromising accuracy.
Outcome: Experiments show that the proposed framework improves the reliability of agentic search models.
BlindGuard: Safeguarding LLM-based Multi-Agent Systems under Unknown Attacks (2026.acl-long)

Copied to clipboard

Challenge: Existing supervised defense methods rely on labeled malicious agents to train a supervised model of malicious behavior.
Approach: They propose an unsupervised defense method that learns without requiring any attack-specific labels or prior knowledge of malicious behaviors.
Outcome: The proposed method detects diverse attack types across MAS with various communication patterns while maintaining superior generalizability compared to baselines.
Decoding-Unlearning: Fact Forgetting via Entropy-Guided Inference (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for large-scale modeling memorize sensitive information . however, they are limited in real-world scenarios and require updating parameters .
Approach: They propose a training-free, plug-and-play inference-time unlearning strategy that uses a probe to detect queries involving forgettable concepts and applies entropy-guided decoding to suppress target knowledge.
Outcome: Experiments on MUSE, RWKU, and WMDP datasets show that SEGUE outperforms existing methods.
RAG over Tables: Hierarchical Memory Index, Multi-Stage Retrieval, and Benchmarking (2026.findings-acl)

Copied to clipboard

Challenge: Retrieval-Augmented Generation (RAG) integrates knowledge from tables with an external knowledge base to improve the answer relevance and accuracy.
Approach: They propose a table-corpora-aware RAG framework called T-RAG to integrate external knowledge into Large Language Models (LLMs) they then develop a multi-table question answering benchmark called MultiTableQA which spans 3 different task types, 57,193 tables, and 23,758 questions in total.
Outcome: The proposed framework achieves state-of-the-art accuracy, recall, and runtime performance, with improvements of up to 9.4%.
Incomplete In-context Learning (2026.acl-long)

Copied to clipboard

Challenge: Existing in-context learning assumes the retrieval dataset contains demonstrations for all output label spaces.
Approach: They propose a framework with train-free and train-based variants to address IICL . they propose to integrate a dataset with labeled demonstrations for each output space .
Outcome: The proposed framework outperforms existing methods under incomplete retrieval datasets and even outperformed ICL with complete labels.
Empowering Multi-Turn Tool-Integrated Agentic Reasoning with Group Turn Policy Optimization (2026.acl-long)

Copied to clipboard

Challenge: Current reinforcement learning methods suffer from coarse-grained, trajectory-level rewards that provide insufficient learning signals for complex multi-turn interactions, leading to training stagnation.
Approach: They propose a novel RL algorithm for training large language models for multi-turn tool-integrated reasoning (TIR) that incorporates three innovations: turn-level reward assignment that provides fine-grained feedback for individual turns, return-based advantage estimation where normalized discounted returns are calculated as advantages, and self-supervised reward shaping that exploits self-supervision signals from generated code to densify sparse binary outcome-based rewards.
Outcome: The proposed algorithm outperforms GRPO by 3.0% across diverse math reasoning benchmarks and improves grepo by 3.9% on commonsense reasoning and program synthesis tasks.
Small Data, Big Noise: Adversarial Training for Robust ParameterEfficient Fine-Tuning (2026.findings-acl)

Copied to clipboard

Challenge: Parameter-Efficient Fine-Tuning (PEFT) is essential for adapting foundation models to downstream tasks, but current methods struggle with robustness to noise and performance degradation on limited training data.
Approach: They propose a framework that brings adversarial training to PEFT to enhance model robustness and generalization, outperforming alternative approaches.
Outcome: Experiments with two variants of the proposed framework show that it outperforms existing methods in low-resource settings and under word-level and character-level corruptions.
SMILE-Next: Teaching Large Language Models to Detect, Classify, and Reason about Laughter (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to understanding laughter or humor focus on narrowly defined tasks such as detecting humor and estimating humor intensity.
Approach: They propose a dataset for real-world laughter understanding with multimodal textual representations and question–answer annotations.
Outcome: The proposed framework outperforms baselines in three laughter-related tasks, showing that it is robust.
Rethinking Composed Image Retrieval Evaluation: A Fine-Grained Benchmark from Image Editing (2026.acl-long)

Copied to clipboard

Challenge: Composed Image Retrieval (CIR) is a complex task in multimodal understanding . current CIR benchmarks lack a robust evaluation pipeline and limited query categories .
Approach: They construct a fine-grained CIR benchmark that allows for precise control over modification types and content.
Outcome: The proposed benchmark covers 5,000 high-quality queries structured across five main categories and fifteen subcategories.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations